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

Fix pinch zoom on iOS #1133

Merged
merged 8 commits into from
Aug 26, 2021
Merged

Fix pinch zoom on iOS #1133

merged 8 commits into from
Aug 26, 2021

Conversation

jakearchibald
Copy link
Collaborator

Well this was a pain in the arse to figure out. Thanks Safari.

// doesn't work in some cases, and we hit those cases due to our event
// retargeting in pinch-zoom.
// https://bugs.webkit.org/show_bug.cgi?id=220196
avoidPointerEvents: isSafari,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this option in the latest pointer-tracker.

Copy link
Collaborator

@surma surma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely.

@jakearchibald jakearchibald merged commit db1a513 into dev Aug 26, 2021
@jakearchibald jakearchibald deleted the safari-touch-fix branch August 26, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants