How to use route for shell navigation? #23202
Replies: 1 comment 1 reply
-
Bit confused. When you click on the AddNewitemPage it doesn't go the main page (assuming you have a page prior to it) or when you click back on ItemPage it goes to AddNewitemPage? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
This is my Shell, there are 4 Tabs, all Tabs have the same button called [Add], when clicked it navigates to AddNewItemPage, AddNewItemPage has a [Confirm] button, when clicked it navigates to ItemPage, note that at this point if you click on the back button, it should go back to the Tab page not to the AddNewItemPage.
I read the docs, but couldn't understand of it:.NET MAUI Shell navigation
Is this the right navigation?
Beta Was this translation helpful? Give feedback.
All reactions