- An issue/missing thing in the phaser3
ON ipad/iphone ios 10.3/11, on any game, when I need to swipe down Safari scrolls down making it impossible to play the game. On phaser2 the issue doesn't exist.
CSS styling on the Canvas for the following didnt help.
canvas {
display: block;
touch-action: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ON ipad/iphone ios 10.3/11, on any game, when I need to swipe down Safari scrolls down making it impossible to play the game. On phaser2 the issue doesn't exist.
CSS styling on the Canvas for the following didnt help.