Hang or freeze occurs when navigating between pages. #9157
Unanswered
nextcodelab
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The problem with tabbars and shell, if you have lot of xaml in second Page like tabbar2 the app freeze long time before loading the indicator..... it must be load the page first before the content... Navigating between pages will make the app freeze or hang a few seconds 3 to 5 seconds. IT MUST BE LOADED PAGE FIRST before content so smooth, not loading in freeze or hang mode.
Hang or freeze occurs when navigating between pages. specially if you have a lot of xaml code in second page.
Very frustration, how to fix because it is net Maui itselft.
I only have this code in 4rth Tabbar Page but the freeze and loading time is not acceptable... They said that the native is faster than drawings (FLUTTER) but what happen to .net Maui controls.. just a few xaml code it loads 3 to 4 seconds?
Maybe someday it can be improve.
My final method is delete tabbars because as of now it is useless.. even empty page loads 3 seconds.
Remove this line and only single page and create custom tabs.
Beta Was this translation helpful? Give feedback.
All reactions