-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
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
on-swipe-down #1810
Comments
Hey @andrewmcgivery, the best way to handle this would be to edit the source file, and make a test or codepen that shows the problem and the solution. If you're not up for making a PR, can you illustrate the issue and a codepen and we can fix it? |
There is a codepen in that stack overflow question, but here is a forked version that writes to the console to make it more clear. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Looks like there is a bug with the on-swipe-down directive in Beta 9.
http://stackoverflow.com/questions/24853186/swipe-down-event-not-firing-ionic-framework
Look like instead of looking for the event onSwipeDown, it is currently onSwipeBottom, as found in the bundle.js fileon like 40918.
Line 40918 is currently:
Should be:
I would do a pull request, but I want to make sure this wouldn't break anything else first. :)
The text was updated successfully, but these errors were encountered: