wx.createVideoContext():安卓机调用seek, pause不生效?
代码: wx.createVideoContext('myVideo', this).seek(5); // 视频跳转到5s的位置
wx.createVideoContext('myVideo', this).pause(); // 视频暂停
期望现象: [图片] 问题描述:安卓机调用seek,pause实现视频跳转和暂停,均不生效;开发者工具和IOS可以生效 问题机型:vivo Y73s,荣耀 Play4T 微信版本:8.0.9 基础库版本:2.19.1 代码片段:https://developers.weixin.qq.com/s/m2OXDCmU7Tsp