Documentation

disable

fully disables Webix touch handlers, only normal touch scrolling for html content works

void disable();

See also

  • articles
  • Example

    webix.Touch.disable();

    Back to top