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
Is your feature request related to a problem? Please describe.
This will be the foundation of absolute navigation needed for #1. This would be a method that would clear any pages I already have and push a new page on top. An example might be when you are finishing a registration/login flow and want to move to the main part of an application.
Describe the solution you'd like
A new method that allows for absolute navigation.
Describe alternatives you've considered
N/A
Proposed APIs
If possible, try to propose how the API might look. For example:
Is your feature request related to a problem? Please describe.
This will be the foundation of absolute navigation needed for #1. This would be a method that would clear any pages I already have and push a new page on top. An example might be when you are finishing a registration/login flow and want to move to the main part of an application.
Describe the solution you'd like
A new method that allows for absolute navigation.
Describe alternatives you've considered
N/A
Proposed APIs
If possible, try to propose how the API might look. For example:
Additional context
Implementation thoughts:
OnNavigatedFrom
be called for all pages that were removed?OnNavigatedFrom
be called for them all?ResetStack
method that this new public method would useThe text was updated successfully, but these errors were encountered: