Webix in Touch Environment

Webix works well on both desktop and touch devices with no extra adjustments required.

Touch support is enabled in all the Webix components with the touch events being translated into native Webix ones to ensure their flawless work. For instance, when you tap a list item, the onItemClick event fires for it. If selection is enabled for this list, the list item is selected.

In addition, there are global touch events, that are not component-specific and fire for a Webix application as a whole. All of them are described in detail in the API Reference section.

Working with Webix Touch Module

Touch events are controlled by Webix Touch module where you can adjust configuration for different aspects of touch behavior such as touch speed, touch and scroll delay.

Also the module allows you to disable Webix touch events in favor of native ones. Two ways are possible:

Related Articles

Back to top