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.