How to Disable Gesture Events

How to Disable Gesture Events

BY 29 Jun 2015 General Support
How to disable swipe events which were enabled previously by following code var element = document.getElementById(“test_el”); tau.event.enableGesture(element, new tau.event.gesture.Swipe( { orientation: “horizontal” })); element.addEventListener(“swipe”, function(e) { console.log(“swipe = ” + e.detail.direction); })
Written by