Building an Ionic app and have suddenly come across an issue that I am finding really difficult to debug where the browser is 'deferring' long running timer tasks causing my views to execute the code in their controllers only once (even when the controller is explicitly reloaded).
Warning is:
Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343.
What I'm after:
- An understanding of the warning and why it occurs
- Any guidance as to how to go about debugging such a warning.
Thanks in advance.
Update I felt it was important to note that while never receiving errors and only warnings as the cause for my problems, I have since rolled back to a working version.
This working version still has warnings appearing but does not affect the running of my application.