onLongTouch

fires on holding finger in some position for a certain period of time

void onLongTouch(object context);
context
objectobject with event parameters

Example

webix.attachEvent("onLongTouch",function(context){
    //your code here
});

Details

The time period is defined by the webix.Touch.longTouchDelay property.

Parameters of the context object are the following:

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.