苹果5s静音模式下播放音频失败

发布于 7 年前作者 likong15775 次浏览最后编辑 7 年前来自 ask

设置obeyMuteSwitch为false后,苹果5s静音模式下还是没有声音,关闭静音模式有声音,苹果6s静音模式下也有声音

–相关代码

const iactx=wx.createInnerAudioContext()

iactx.src=app.globalData.appUrl+“/uploadFile/audio/”+this.data.allQues[this.data.quesIndex].audio

iactx.obeyMuteSwitch=false

1 回复
wei94
wei941 楼5 年前

你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html