const innerAudioContext = wx.createInnerAudioContext();
onShow:function(){
innerAudioContext.src = "http://xxx/sound/sound.mp3";
innerAudioContext.obeyMuteSwitch = false
},
success(res) {
if (res.data > 0) {
// 声音播放
innerAudioContext.play();
}
}
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | innerAudioContext | 客户端 | 6.5.3 | 2.0.0 |
6 个回答
你好,请问解决了吗?
innerAudioContext.src = this.src; innerAudioContext.play(); //我解也碰到了一样的问题,解决了,src必须和play()在一起。
换个方法吧
.autoplay = true
解决了吗,我也遇到这个问题
同求这个问题 IOS上没有效果
mixWithOther: true,
obeyMuteSwitch: false,
});
他们只会要代码片段
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。