not work scroll on ipad? ? help?
If you need to use native scrolls, try to use
webix.Touch.disable();
or
webix.Touch.limit()
By the way, snippet builder is not a best place for ipad testing. Snippet tool uses iframes and scrolling in iframes is partially broken in latest iOs.
webix.Touch.disable();
its ok! thanks.