Hello!
I’m having some trouble with the performance of the Event Calendar. Hope someone can give me some advice.
We bought the component license for the Event Calendar version: mobiscroll-angular-4.8.4.
To implement it in an Ionic 4 project.
I implemented as in this demo: https://demo.mobiscroll.com/angular/eventcalendar/switching-day-week-month-view# , with the switching views.
the problem:
Just in Chrome, The scrolling feature for the event list in the month view does not work as intended while in the week view does. And the following warnings appear in my console adding up every time I click on a day in the calendar:
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> zone-evergreen.js:1614 [Violation] 'load' handler took 706ms zone-evergreen.js:2648 [Violation] 'requestAnimationFrame' handler took 106ms [Violation] Forced reflow while executing JavaScript took 104ms [Violation] Forced reflow while executing JavaScript took 30ms zone-evergreen.js:2648 [Violation] 'requestAnimationFrame' handler took 105ms [Violation] Forced reflow while executing JavaScript took 105ms
While on firefox, everything seems to work fine, the warning in the console is the following:
Este sitio parece usar un efecto de posicionamiento vinculado al desplazamiento. Esto puede no funcionar bien con panorámica asíncrona; ¡vea https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects para más detalles y para unirse a la discusión sobre herramientas y características relacionadas!
What could go be wrong?
Thanks in advance!