Is it possible to get new instans of page in Shell FlyoutContent and that page is always the root page #20546
Unanswered
JoacimWall
asked this question in
Q&A
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.
-
Hi
have a Shell and when I change root page every thing looks ok but when I change back to page1 it is the same instans as before not new.
Senario:
klick Page1 in flyout menu trigger
like this GotoAsync($"//RootPage1")
klick Page2 in flyout menu
like this GotoAsync($"//RootPage2")
klick Page1 in flyout menu
like this GotoAsync($"//RootPage1") then this instance is the same as first time not new page.
Is it not possible to have new instance the page every time and the app only has on page in memory. Now the app behave as standard TabPage where the page lives forever.
//Joacim
Beta Was this translation helpful? Give feedback.
All reactions