Open gtouzeau opened 8 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.
$('body').on("swiperight", function(event, ui) { alert('swipeRight'); });
Is there any option parameters or solutions to do it?
Thank you.
I don't think you should be using iscrollview anymore. See https://github.com/watusi/jquery-mobile-iscrollview/issues/118.
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.