TouchSwipe-Jquery-Plugin icon indicating copy to clipboard operation
TouchSwipe-Jquery-Plugin copied to clipboard

Page scroll not working with pinch

Open plutov opened this issue 10 years ago • 1 comments

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?

plutov avatar Mar 11 '14 10:03 plutov

I'm also having this issue. pinchStatus seems to ignore the allowPageScroll setting.

danlbob avatar Oct 08 '14 22:10 danlbob