bug:
重复播放语音或者快速stop然后再播放时,onTimeUpdate监听无效
试过用seek(0)或者再次监听onTimeUpdate都没用
innerAudioContext.onStop(() => { this .innerAudio.onTimeUpdate(() => { console.log( 'onTimeUpdate' ); console.log( this .innerAudio.currentTime) }) }) |
框架类型 | 问题类型 | 操作系统 | 操作系统版本 | 手机型号 | 微信版本 |
---|---|---|---|---|---|
小程序 | Bug | Android | 9.1.0 | Android p30 | 7.0.6 |
2 个回答
问题已复现,我们会在后续版本中进行修复。
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
机型:华为P30
微信版本号:7.0.6
系统版本号:9.1.0
代码片段:https://developers.weixin.qq.com/s/ZcrNU9mF7FbG
开发者工具上是OK的,真机测试出现这个bug