You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!, so I am using Shell and I have a Home page(which is the first page of the Shell).
Also I have Tabs page which is declared inside the AppShell.
I have a button in the Home page and I when I click it I want to navigate to the Tabs page.
I tried:
GoToAsync("///tabs") - replaced the navigation stack
GoToAsync("//tabs") - replaced the navigation stack
GoToAsync("/tabs") - exception: Relative routing to shell elements is currently not supported. Try prefixing your uri with ///: ////tabs
GoToAsync("tabs") - exception: Relative routing to shell elements is currently not supported. Try prefixing your uri with ///: ////tabs
Question:
Is it possible to navigate to a page that is declared in Shell and with the same navigation stack(not replacing it)? If so where is issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!, so I am using Shell and I have a Home page(which is the first page of the Shell).
Also I have Tabs page which is declared inside the AppShell.
I have a button in the Home page and I when I click it I want to navigate to the Tabs page.
I tried:
GoToAsync("///tabs") - replaced the navigation stack
GoToAsync("//tabs") - replaced the navigation stack
GoToAsync("/tabs") - exception: Relative routing to shell elements is currently not supported. Try prefixing your uri with ///: ////tabs
GoToAsync("tabs") - exception: Relative routing to shell elements is currently not supported. Try prefixing your uri with ///: ////tabs
Question:
Is it possible to navigate to a page that is declared in Shell and with the same navigation stack(not replacing it)? If so where is issue?
Beta Was this translation helpful? Give feedback.
All reactions