Question
Is it possible to override the action of a mobile gesture or intercept the event before it executes that action?
I have a course that determines the next slide programatically which works great with navigation buttons using javascript. I would like to allow gestures on a mobile device to do the same thing.
Is there a way to catch the swipe event and apply the same javascript logic and not allow it to do the default action (next slide for example)?