- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
@官方
wx.createInnerAudioContext() 在ios 里使用 下拉之后音乐就不播放了? 或者是隐藏再次显示也不播放了
代码:
onShow: function (res) {
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = true
innerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'
innerAudioContext.onPlay(() => {
console.log('开始播放')
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
}
手机型号 苹果7P 128 系统 12.1.2 请尽快回复谢谢
麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
代码:
onShow: function (res) {
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = true
innerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'
innerAudioContext.onPlay(() => {
console.log('开始播放')
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
}
出现的问题:wx.createInnerAudioContext() 在ios 里使用 下拉之后音乐就不播放了? 或者是隐藏再次显示也不播放了
手机型号 苹果7P 128 系统 12.1.2 微信版本7.9.3 基础库 2.6.1
难道上面我写的你没有读吗?》
麻烦提供这个格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
有看的,只是确认一下,是否只有 苹果7P 128 系统 12.1.2 微信版本7.9.3 基础库 2.6.1这个机型有问题
https://developers.weixin.qq.com/s/4nkmetmQ7r6J
ios 应该都有问题 我这事自己手机的信息提供了