Hi,
With a scrollpage that has sliders in it the slider didn’t work with webix.Touch.disable.
The slider will work with webix.Touch.limit(true) but then we can’t scroll the page anymore.
Any thoughts or assistance on why this can occur and how to fix it?
Thanks in advance,
Hi!
Could you please share the snippet that shows the problem and specify the device model and OS/browser version? By default,
webix.Touch.disable();
will disable all webix-related touch event handlers. Webix component will work, but without inner scroll and drag-n-drop on touch devices.
On the other hand, webix.Touch.limit()
should preserve Webix touch feature, while the other html-content will work with the native touch handlers.