adding webix.js to page stops scrolling on ipad air

Hi,
I created jsfiddle to debug scroll issues on ipad air: Edit fiddle - JSFiddle - Code Playground

Run fiddle it works as expected, you can scroll accordion up and down.
Add you webix_debug.js or webix.js scrolling stops on ipad air.
Please advise.

Use webix.Touche.disable(); to fully disable webix touch handlers, it will restore normal touch scrolling for html content.

Or you can use webix.Touch.limit(true); it will allow native touch handling for custom html and will use webix touch handling inside of webix components.

it should be in one of guides not only buried in documentation.
There is no way to find out and it wastes a lot of time