-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[bug] Pinching to zoom on Android fails occasionally #1888
Comments
It has to do with this touchmove event. I'll see what I can do :S Lines 2021 to 2028 in d53f85e
|
I own a GalaxyA21s using Firefox 79.0.5 and it works fine on my device. @aquaductape I'm pretty sure that |
@rsmarques Is this on all websites using Sortable, or just the Sortable site? |
It occurs on all websites when using Android Chrome. When i remove sortablejs on my project, I'm able to zoom consistently again on Android Chrome. |
@waynevanson as @aquaductape stated, it happens in every website on Android Chrome which uses SortableJS |
This is still a problem. I recently got rid of JQuery Sortable, and now users are complaing that their gesture doesn't work anymore. |
When on an Android device, the two-finger pinch action to zoom produces an inconsistent behaviour, often not zooming on the page.
It happens both inside and outside of sortable components.
No need to provide a JSBin, as it's happening on the demo page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Page should always get zoomed.
Information
Tested on a Huawei P20 Pro, Android 10, Chrome version 84
The text was updated successfully, but these errors were encountered: