-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Double tap to zoom does not reliably work on mobile #7309
Comments
the bug seems to be that the my double tap speed on mobile safari ( i am tapping my fingers just as quickly in both browsers. |
PR incoming. |
Any update on this ? |
Any update here? |
FWIW - The |
Check that this is really a bug
Reproduction link
https://swiperjs.com/demos/400-zoom/core
Bug description
In the Zoom module, double tap to zoom does not reliably work in Chrome on my iOS device. It will sometimes zoom if I tap very quickly 3+ times in a row, but it does not work as expected, or like it does in any other browser.
It works as expected on MacOS Chrome, MacOS Safari, and iOS Safari but not iOS Chrome.
Expected Behavior
When the
toggle
parameter is set totrue
, double tap should zoom into the coordinates that I tap on in all browsers.Actual Behavior
Double tapping an image does not zoom in/out of the image on Chrome in iOS.
Swiper version
11.0.6
Platform/Target and Browser Versions
iOS 17.2.1, Chrome 121.0.6167.171
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: