How to Disable Gesture Events
By Anubhav Gupta
29 Jun 2015 00:29
English
5 Replies
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);
})
View Selected Answer
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------