You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was added to the Phaser repo but I didn't see it here. It also occurs with apk files created with cocoonjs. The workaround in the Phaser issue below worked for me. Details and workaround are in the link below.
I confirm this happens with the latest build on Android when played through an iframe. I tried the workaround given in photonstorm/phaser#2913 which didn't work.
I can fix this but right now I'm doubting between two options. Due to #71 we don't use touch events anymore for chrome but Phaser.Touch contains the logic setup for unlocking audio. Ideally I'd like to patch that, but that would mean we disable Pointer events for chrome and move back too Touch events.
The other option is to port the touch unlock code to the Pointer event (or write something generic) but I'd like to know which solution you guys prefer and way.
This issue was added to the Phaser repo but I didn't see it here. It also occurs with apk files created with cocoonjs. The workaround in the Phaser issue below worked for me. Details and workaround are in the link below.
phaserjs/phaser#2913
The text was updated successfully, but these errors were encountered: