Skip to content

Swipe down on phaser 3 canvas scrolls down on iOS Safari 10.3 and 11  #3115

@alperakgun

Description

@alperakgun
  • 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);
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions