-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
iOS13 scrolling and swiping conflict? #1237
Comments
Try to turn off the following setting
iOS 13 supports Pointer Event, so HammerJS seems to recognize Pointer Event instead of Touch. |
But since this is the default option and it's not user friendly we should have the fix or the workaround |
I resolved it by listening to hammer.input event. var myElement = document.getElementById('gallery'); //catch all events hammer input events |
Thanks. |
After upgrading to v13 dialog swiping stop working I have some events registered on swipeleft and swiperight but nothing is called when i swipe diagonally. Is anybody experiencing this? This only happen when the content gets longer than the view size. I am using the latest.
The text was updated successfully, but these errors were encountered: