Skip to main content
Participant
May 12, 2015
Question

Is it possible to override the action of a mobile gesture or intercept the event before it executes that action?

  • May 12, 2015
  • 0 replies
  • 178 views

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)?

This topic has been closed for replies.