<video>视频组件调用requestFullScreen全屏无效?
最新的小程序开发工具 基础库2.9.4
代码
bindButton:function(e){
this.videoContext = wx.createVideoContext(‘myVideo’, )
this.videoContext.requestFullScreen({ direction: 0 })
this.videoContext.play()
}
点击全屏按钮时闪了一下屏,为什么全屏失效呢?