- 当前 Bug 的表现(可附上截图)
ios真机播放失败;浏览器,安卓真机,开发工具可以正常播放
报错信息如下
http://xm.sljy.com//assets/img/ZT001/spk/analRec/ZT001S01/2017-03-05rJIJ.mp3 、
有的地址是可以正常播放的,这个在ios上就播放不了
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = true
innerAudioContext.src = 'http://xm.sljy.com//assets/img/ZT001/spk/analRec/ZT001S01/2017-03-05rJIJ.mp3'
innerAudioContext.onPlay(() => {
console.log('开始播放')
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
代码片段中的 音频链接在 ios真机上播放失败;开发工具,浏览器,安卓机都可以正常播放
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/Djyhd7mw7J6x
微信版本 7.0.3
ios12.1.2
基础版本库2.5.2
代码片段中的音频直接在微信中打开也是不可以播放的哦,麻烦检查视频源
在安卓机微信是可以正常播放,问题应该出在IOS系统上了,
我也遇到这个问题了,代码完全是文档复制下来,模拟器能播放,ios无法播放,请问怎么解决呢
这个问题官方有解决方案吗?