TouchSwipe-Jquery-Plugin
TouchSwipe-Jquery-Plugin copied to clipboard
Page scroll not working with pinch
When I add property pinchStatus
to my swipe, page scroll is not working. Without it works good. But I think that these 2 events should work together.
this.o.dom.swiping.swipe({
/*pinchStatus: function(event, phase, direction, distance , duration , fingerCount, pinchZoom) {},*/
allowPageScroll: 'vertical'
}(;
Also, I tried to add pinchThreshold
but no luck.
Is it impossible to do it or it missed by the plugin?
I'm also having this issue. pinchStatus seems to ignore the allowPageScroll setting.