-
Notifications
You must be signed in to change notification settings - Fork 4
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
ios document click #8
Comments
used touchstart |
That broke pinch to zoom on ios. |
hmm... guess i figured that no one would use pinch to zoom once the image was already zoomed in. But it makes sense. I'll reopen. |
Thanks. Not sure what adding docEvents.bind('touchstart', 'hide') fixes. |
the intended behaviour is that if you touch off the zoomed image, the zoomed image returns to its thumbnail state. This is how it works on the desktop, but iOS doesn't recognize a 'click' event bound to the document (it does, however, recognize a touchstart event). It's not a huge deal because you can still click on the zoomed image to return to the previous state, but I think it's a desirable feature. |
Got it, thanks. Hmm. |
this doesn't register in safari ios. figure out a workaround
The text was updated successfully, but these errors were encountered: