安卓音频无法正常播放音频问题
- 当前 Bug :
const titleAudioContext= wx.createInnerAudioContext();titleAudioContext.src = "http://res.iciba.com/resource/amp3/1/0/1f/38/1f3870be274f6c49b3e31a0c6728957f.mp3";
titleAudioContext.play()
- 预期表现:
音频正常播放
- 实际:
iOS设备及开发者工具上播放正常,安卓有些机型不能播放,并不能进入onPlay和onError事件
安卓机型:
小米 MIX 2S
6 回复
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。