[]QQ里扫一扫打开网页,不响应Laya.Event.FOCUS事件,导致失去焦点后,声音异常

Laya.SoundManager.autoReleaseSound = true
Laya.SoundManager.autoStopMusic = true
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
Laya.stage.on(Laya.Event.FOCUS, null, function(){
console.log("获取焦点")
Laya.SoundManager.playSound("sound/bg1.mp3", 0);
})
Laya.stage.on(Laya.Event.BLUR, null, function(){
console.log("失去焦点")
})
已邀请:

chasel

赞同来自:

ios浏览器 谷歌浏览器  微信都没有问题,就QQ有问题。版本1.7.18

要回复问题请先

商务合作
商务合作