IOS系统下某些视频调用VideoContext.play()方法无效 黑屏 且没有触发bindtimeupdate
let vid = String(e.currentTarget.dataset.vid)
let vcontext = wx.createVideoContext(vid)
vcontext.play()
https://developers.weixin.qq.com/miniprogram/dev/api/media/video/VideoContext.seek.html
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)