How to organize routing nicely #2216
Unanswered
xperiandri
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.
-
What I have now is
""/Login""/Layout/Main""/Layout/SomethingElsewhere
""is a shell which looks stupid a bit.Shell which displays an extended SpashScreen is useless if I cannot put
NavigationViewinto it so I would replace it altogether after it completedI want to achieve
/Loadingwhich is a full window splash screen/Loginwhich is a full window login page""/Homewhich is a page inside my shell (layout)""/SomethingElsewhich is a page inside my shell (layout)How to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions