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

Long-press not detected in iOS 13 #31

Closed
robatwilliams opened this issue Jul 16, 2021 · 1 comment
Closed

Long-press not detected in iOS 13 #31

robatwilliams opened this issue Jul 16, 2021 · 1 comment

Comments

@robatwilliams
Copy link

The demo fiddle works in 14 but not 13.

This is because both support pointer events, but 13 doesn't fire pointerdown until the same time it fires pointerup - when you release your finger.

I'm not actually using this library, I ran into the issue in my own code and wondered if this might have the same problem.

@robatwilliams
Copy link
Author

I think this may just be browserstack

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