小程序全屏自动播放问题
- 需求的场景描述(希望解决的问题)
调用全屏播放后,不能自动播放,必须手动点击播放
this.videoContext = wx.createVideoContext(‘myVideo’);
this.videoContext.requestFullScreen();
this.videoContext.play();
- 希望提供的能力
能不能全屏后自动播放
调用全屏播放后,不能自动播放,必须手动点击播放
this.videoContext = wx.createVideoContext(‘myVideo’);
this.videoContext.requestFullScreen();
this.videoContext.play();
能不能全屏后自动播放