You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
It sounds like the lazy tab is not really lazy. As I see when debugging my app, TabView always initializes all ContentView in all TabViewItem (Tab content) when opening the page.
The text was updated successfully, but these errors were encountered:
In my experience it was quite the opposite (android), On each tab change the contentview was initialised every time. Shouldn't it be initialised only once. So we can have good statrtup as well as runtime performance. In current situation runtime performance is low while using Lazyload
It sounds like the lazy tab is not really lazy. As I see when debugging my app, TabView always initializes all ContentView in all TabViewItem (Tab content) when opening the page.
The text was updated successfully, but these errors were encountered: