I saw, by including jquery.events.touch.js, you are enabling swipe events for mobile devices.
So i jump inside of code and saw that you are using just swipeleft and swiperight events from that JS. Is it possible to enable multiple gesture, for example pinch-to-zoom functionality from that same touch.js?
Problem is that if you zoom image inside of lightcase, swipe triggered, and it goes to next image. Somehow that part need to be prevented by pinch-to-zoom event
I saw, by including
jquery.events.touch.js, you are enabling swipe events for mobile devices.So i jump inside of code and saw that you are using just
swipeleftandswiperightevents from that JS. Is it possible to enable multiple gesture, for example pinch-to-zoom functionality from that sametouch.js?Problem is that if you zoom image inside of lightcase, swipe triggered, and it goes to next image. Somehow that part need to be prevented by pinch-to-zoom event