获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
问题解决了 是由于基础库2.18.0 的问题 换成2.17.0就可以了
IOS 真机wx.createInnerAudioContext() 无法正常播放音频代码片段 https://developers.weixin.qq.com/s/EksqYHmC7Ur6 在模拟器中可正常播放 在真机调试时无声音,并且没有静音,音量也是打开的,带上耳机同样无声音 iphone版本14.5.1 代码片段 onLoad() { const innerAudioContext = wx.createInnerAudioContext(); innerAudioContext.mixWithOther=true innerAudioContext.obeyMuteSwitch=false innerAudioContext.src=encodeURI('https://onestory-1304719083.cos.ap-nanjing.myqcloud.com/static/story/1625932748582967539045636986116932.mp3') innerAudioContext.play() },
2021-07-12