watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

swipe event blocked #159

Open gtouzeau opened 7 years ago

gtouzeau commented 7 years ago

Hello, I want to use jquery swipe event on iscrollview blocks but they are never catched.

Like if I use this simple code : $('body').on("swiperight", function(event, ui) { alert('swipeRight'); }); => The alert message never show up.

Is there any option parameters or solutions to do it?

Thank you.

frankie-loves-jesus commented 7 years ago

I don't think you should be using iscrollview anymore. See https://github.com/watusi/jquery-mobile-iscrollview/issues/118.