-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] Shell - Unable to navigate into a different shell 'sandwich' page #6073
Comments
@matteopiccioni I'm looking at your code to understand what use experience you are trying to create. Is it accurate that you have 2 looks in your app?
Is there a reason you're trying to do this with multiple |
Unfortunately yes.
Important: While I am in the 'sandwich pages', my flyout menù will not change. It needs to be the same after the login. And he Is always available Onestly I already did It using TabbedPage and using prism navigation, but I'd like to remove prism and use all new features like collection view, Shell navigation and Shell tabs Could I do it using a single shell page? If I was not clear about my needs I could share you a video or pdf in private way Thanks for your work, |
Nested Shell's? I'd think we're gonna say that's not supported... at least at this point. |
Thanks for answer |
@matteopiccioni please email me video or gif so I can see what you're going for please shneuvil at microsoft.com I think this PR might help you out some |
Email sent, thanks |
At this time, we do not support multiple shells in a single app. Thanks! |
Description
I have a main shell page 'AppShell.xaml' with Flyout navigation
In this shell I have 3 ShellSection with a single ShellContent
In the project I attached, each ShellContent is the same page, with a label and a button
The button Clicked event should 'push' a new shell page (InnerShell.xaml), that is a sandwich tab pages.
'InnerShell' has the following structure:
RouteHost="companyname.com" RouteScheme="core" Route="testshell"
tabs (ShellItem Route)
section1
section11
section12
section2
section21
section22
section23
Using the button event of the page in 'AppShell' I try to route into the page 'section22' of 'InnerShell', but it doesnt works.
What I try:
Steps to Reproduce
The attached projects.
Start the app and click the button
Expected Behavior
Navigate into section22 route page
Actual Behavior
Exception:
unable to figure out route for: core://testshell/tabs/section2/section22
Parameter name: uri
I try with 4.0.1.383393-nightly and latest 4.0.0-pre9
In the attached project I try only in iOS
ShellNavigation.zip
The text was updated successfully, but these errors were encountered: