I put webix on Android with Intel CrossWald webview. The debugger reports:
Handling of ‘touchstart’ input event was delayed for 2147483647 ms due to main thread being busy. Consider marking event handler as ‘passive’ to make the page more responsive.
The scroll did run slowly. Is there anyway to improve this ? Thanks,
Hi, while we are not ready yet to push this feature in the main codebase, I can provide you with an updated build where passive event handlers are used for touch events, where it possible. So you will be able at least check does it resolve the performance issue in your case or not.