touchable

flag, which force touch reaction on touch screen devices

boolean touchable;

Example

myview.touchable = true;

Details

Main view object ( myview.$view ) will take webix_touch css class Css class will be removed after end of touch actions

This feature is used mainly by buttons.

Enabled by default

Back to top