在线等!!希望有官方回复!
iOS 和安卓都测试了 自定义组件内都无法暂停
自定义组件无法触发视频播放、暂停、停止
this.videoContext.pause();
this.videoContext.stop();
this.videoContext.play();
首先是obsever控制暂停,不生效,event事件找不到
下面是自己播放完的暂停,event事件存在。
自定义组件无法触发视频播放、暂停、停止的原因是什么,是这个event吗?
看帖子有人说在page可以暂停,在自定义组件就不可以,是这样吗?
检查这个:https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.createVideoContext.html
this.videoContext = wx.createVideoContext('myVideo',this);