Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
有同学用过这个API么:
componentDidMount () { this.videoContext = Taro.createVideoContext(this.videoComponentId, this.$scope); }
Video组件的id正确,context可以成功创建,但是调用play()等方法无效。完全按照文档操作。
小程序还是 H5
@隔壁老李 是小程序,微信的。this是包含<Video />的组件,<Video />上面的id值也是正确的。
@nbyh100 同遇到这个问题,请问解决了吗?