There is the demo on the webpage when there is perfectly working example of switching views. Whenever user changes view month -> anything -> month, the month view remains it cool features like
- calendar pined to upper part
- scrolling only on event list part
- selecting any date scrolls to events on list
No matter how hard I try i cannot make it work even just copying stuff from the website with no change applied. It however works on first initialization and works until i change view for the first time.
Reproduction scenario:
Components loads in month view (it works) -> change to other view (hard to say if it works in week view, I guess it not) -> go back to month view (not ok, scroll next to whole component, no auto scrolling)
Edit: Ok not sure how much it matter and how it will actually behave on real device but the problem is only when I simulate a mobile device (chrome iphone 6/7/8/ simulator, from the begining to the end no device change after refresh) It works in regular browser in all scenarios.