微信小程序设置video默认全屏

测试安卓荣耀8是可以的,不知道其他行不行,如果有不行的就留个言,谢谢,(需要用手机才有效果)

   

js

 /**
   * 生命周期函数--监听页面显示
   */
  onShow: function() {
    this.videoContext = wx.createVideoContext('myvideo', this);
    this.videoContext.requestFullScreen({ direction: 90 });
  },

你可能感兴趣的:(微信小程序,video)