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
Feature Request
I would like to achieve the following behavior:
Once I navigate to a page, I would like to remove the previous page from the stack. Something like
this
.HostScreen
.Router
.NavigateAndRemovePrevious
.Execute(targetViewModel)
.Subscribe()
.DisposeWith(Subscriptions);
What is the current behavior?
I tried mimicking this behavior by manually removing the previous entry from the Router's NavigationStack but that resulted in an animated back navigation then forward navigation to my target vm.
The text was updated successfully, but these errors were encountered:
We are revamping the stack navigation in the future so might be worth adding this to our rfc here reactiveui/rfcs#20
BoutemineOualid
changed the title
[Xamarin Forms] Navigate to page then remove previous one from stack
[Xamarin Forms] Navigate to a page then remove previous one from stack
Dec 25, 2018
RLittlesII
changed the title
[Xamarin Forms] Navigate to a page then remove previous one from stack
feature: Navigate to a page then remove previous one from stack
Jun 12, 2019
Feature Request
I would like to achieve the following behavior:
Once I navigate to a page, I would like to remove the previous page from the stack. Something like
What is the current behavior?
I tried mimicking this behavior by manually removing the previous entry from the Router's NavigationStack but that resulted in an animated back navigation then forward navigation to my target vm.
The text was updated successfully, but these errors were encountered: