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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
There is alot of helpful code in jquery.mobile.event.js for interpreting swipe events. However, if you want to catch a swipeup or swipedown event you have to recreate the swiperight and swipeleft logic. I wrote a patch that added swipe up and swipe down to the supported events. However, I was not sure if these events were not included intentionally. If this is a feature that the devs are interested, I could initiate a pull request.