Replies: 1 comment
-
I found that when I was first navigating from my |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey -
I have a situation where I'm on a page path below :
ProfilePage\NavigationPage\SubscribedPage
I'd like to navigation from the above path to the below path :
ProfilePage\StatsPage
I thought I used to be able to do something like this -
NavigateAsync('../../StatsPage');
But I currently get an error about not being able to navigate past the root of the NavigationPage (or similar).
This error makes sense - but is it possible for me to achieve a relative navigation using a different approach?
Beta Was this translation helpful? Give feedback.
All reactions