Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch drags the screen when it is not supposed to #2

Open
sanketgupta1000 opened this issue Sep 17, 2023 · 0 comments
Open

Touch drags the screen when it is not supposed to #2

sanketgupta1000 opened this issue Sep 17, 2023 · 0 comments

Comments

@sanketgupta1000
Copy link

Because of this change : https://www.chromestatus.com/feature/5093566007214080
The event listeners for touch events default to passive, which means preventDefault() will not work, and screen will be dragged too while touching the canvas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant