- 当前 Bug 的表现(可附上截图)
ios真机播放失败;浏览器,安卓真机,开发工具可以正常播放
报错信息如下
75060-1/https://mmbiz.qlogo.cn/mmbiz_png/NPfzBu7ASAgGibhYuL0O1uV6y8NW36OoXD96pCs4wWpFzoVibGSzIjIQRQVc2YXJL9EkcRSdX0KEgWLPW3e8L7wg/0?" border=0 >
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)
本文网址:http://www.91bianli.com/weixinxiaochengxu/24610.html