phaser-ce-examples icon indicating copy to clipboard operation
phaser-ce-examples copied to clipboard

Fullscreen examples fail in Android/Chrome

Open samme opened this issue 6 years ago • 1 comments

Failed to execute 'requestFullscreen' on 'Element': API can only be initiated by a user gesture.

Probably should use game.input.onUp instead (photonstorm/phaser-ce#27).

samme avatar Aug 25 '17 00:08 samme

Thanks, onUp is the right answer!

toxiicdev avatar Aug 02 '18 14:08 toxiicdev