Documentation

enable

enables Webix touch handlers

void enable();

See also

  • articles
  • Example

    webix.Touch.enable();

    Details

    The method works with Webix touch handlers that were previously disabled by disable method.

    Back to top