-
Notifications
You must be signed in to change notification settings - Fork 457
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
On a touch enabled device, zoomable images might prevent the possibility to scroll the page #115
Comments
In the mean time, i solved this like follows: I call zoom with on:"click", so the zoom gets started by a "click"-event. Seems to work nicely for my use case. |
Thanks @seiz! This worked perfectly for my use-case also :) U-da-man. |
Thanks a lot @seiz! This worked perfectly for my case. |
Thank you @seiz! worked for me too, is there option to un-zoom on some event. It triggers on touch but I cant get out of zoom afterwards? |
I don't know why, for me doesn't work :-( |
Lets say you look at a page with a couple of large images (one below another) on an iPad and all images on the page are zoomable.
If you want to scroll the page, you place your finger on the screen and swipe up.
If you had placed your finger over an image by coincidence and start swiping, you're not initiating a page scroll, but an image zoom (image zooms in and zoomed in state moves).
Does anyone have an idea how we could improve this (i.e. measure the delay between touch down and swipe to figure out the users intent)?
The text was updated successfully, but these errors were encountered: