You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: