-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
note: IOS13 causes issues with HammerJS #19594
Comments
@henkkelder May I know how to disable the PointerEvents in HammerJS code? We are using ionic 3. |
@jackyyuenahsay I cloned the respository and modified it so PointerEvents are disabled. |
@henkkelder Since the hammer is built in Angular, how should I reference the modified one? |
@jackyyuenahsay Sorry I am using IONIC 4. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
This not a real bug report, but just a notice:
IOS 13 started supporting PointerEvents. HammerJS does not handle these properly. This caused Pinch logic in my app to fail.
Disabling PointerEvents in HammerJS's code solved the problem for me.
#1084
The text was updated successfully, but these errors were encountered: