Holding buttons selects/highlights the whole game on Safari iOS14

HI, my game works fine on desktop and android, but on iOS14 Safari I have some strange behaviour.
When playing the game, holding the buttons selects/highlights the whole game and makes it unplayable.
Anyone can help me out what is going wrong?
You can check the game here:
https://www.bartbonte.com/pixelsforxmas2020_preview/

:wave:

Try

game.input.mspointer.capture = true;

Also, check game.device.localStorage before trying to access localStorage. It will error for some browser privacy settings.

1 Like

Great, that fixed the problem, thanks!