const innerAudioContext = uni.createInnerAudioContext();
innerAudioContext.obeyMuteSwitch = false;
innerAudioContext.src = 'xxxxx.m4a';
innerAudioContext.onPlay(() => {
console.log('开始播放');
//innerAudioContext.obeyMuteSwitch = false;
});
innerAudioContext.onError((res) => {
console.log(res.errMsg);
console.log(res.errCode);
});
innerAudioContext.play();
设定为false了,但是无效(静音开关合上后还是没声音)
ios13.1.2
iphonex
微信官方要求2.3.0开始使用
wx.setInnerAudioOption(Object object)
但是没有这个uni文档
w***@126.com
牛逼啊 兄弟
2020-04-02 11:38
w***@126.com
他妈你真的吊 我要夸你下
2020-04-02 11:39
金智妮
我加这个报错了
2021-09-22 09:23
l***@qq.com
牛皮!!!!
2022-10-09 11:19