We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I don't think you should be using iscrollview anymore. See #118.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: