events: swipeStatus
In your event handlers, you can return a value of false if you want to manually cancel the swipe. This will trigger the 'cancel' event.
Swipe will start, but then cancel as the event handler returns false
swipeStatus
In your event handlers, you can return a value of false if you want to manually cancel the swipe. This will trigger the 'cancel' event.