You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2021. It is now read-only.
Problem:
Mobile users can zoom into an open image by pinching. Any sliding left or right will trigger the swipe event. It is impossible to look around the zoomed in image, it will always load next/prev photo.
Suggestion:
A simple solution could be to disable the swipe events while in a zoomed in state. How could this be done in photobox.js?
Mobile users can zoom into an open image by pinching. Any sliding left or right will trigger the swipe event. It is impossible to look around the zoomed in image, it will always load next/prev photo.
A simple solution could be to disable the swipe events while in a zoomed in state. How could this be done in photobox.js?