Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
6.1.1
-
None
-
Android 6.0
-
Important
Description
Webkit Version: 50.0.2661.86
Developing an application using Cordova this error:
Deferred long-running timer task(s) to improve scrolling smoothness. See http://crbug.com/574343.
Start to occur after using some functions with setInterval (after this warning, none of function or event is getting fired / called).
A member of chromium project reported to use params: --disable-features=SchedulerExpensiveTaskBlocking on Chrome
Is there any way to passa params/flag to webkit? I think this maybe solve this problem, i using MaterializeJS too.