视频API无法控制视频
195 浏览2019年06月11日作者:GGB_HACK

问题描述:审核不通过原因 出现视频下滑,视频无法暂停 其次在组件中调用 视频的API根本无法生效

报错截图、相关bug:

复现步骤: onReady: function () {
this.videoCtx = wx.createVideoContext('myVideo');

纠错一下,这个应给是 tt。不是wx,

this.videoCtx = tt.createVideoContext('myVideo');
},
play: function () {
this.videoCtx.play();
},
pause: function () {
this.videoCtx.pause()
},
stop: function () {
this.videoCtx.stop()
}

以上的这几个方式都不起作用

联系方式:ls2278744648@dingtalk.com

最后一次编辑于 2020 年 02 月 26 日
3 条评论

相关文章

专题推荐

热门文章

热门问答