-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Describe the bug
It look likes that Router.NavigateBack doesn't work as expected in some cases on Xamarin Forms, while the same code works perfectly on WPF.
Steps To Reproduce
Use attached Test.
Test.zip
- Tap Check Out on the Main Page.
- Tap Save on the CheckOut page.
- Tap Save on the Production page.
- It should return to Main Page, but it doesn't. Also Router.NavigationStack and NavigationPage.Navigation.NavigationStack are not synchronized anymore.
Expected behavior
It should return to the Main Page when Save is tapped on the Production page.
Environment
- OS: Android, Xamarin Forms
- Version: 10
- Device: Pixel 2
Additional context
May be related to #2040