-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pinch to zoom not working on Android/Chrome #20
Comments
Thanks for reporting this issue. I'll have to take on an Android device. Can you report what version of Chrome you are using? |
@desandro Chrome 65.0.3325.109, thanks |
Currently running Android 8.1, but I was also reproducing it a few days ago on 8.0, FWIW. |
Try in javascript change touchActionValue="pan-y" to touchActionValue="pan-y pinch-zoom", it helped me. |
I ran into this as well. Pinch-to-zoom fails on fullscreen using a variety of browsers on Android 10, Pixel 2. |
Thanks a latte! |
Where would you do this? |
To change default for all uses of flickity: (do this before instantiating of course) |
Any updates on this one? PS. Chrome 86.0.4240.198 PPS: Seems to be working now. Caching issue. Will this change break anything else? |
It works on the latest Flickity's version. Thanks. |
When you load a flickity image fullscreen using this module, on Android/Chrome, pinch-to-zoom is not working. It works fine on iOS, however. It also works on Android in the Samsung Internet Browser app. I am able to reproduce this using the fullscreen demo here.
Is this a known issue, or should I keep digging further?
The text was updated successfully, but these errors were encountered: