Navigation Issue in UWP
问题 tl;dr I have 3 Pages MainPage.xaml , BlankPage1.xaml , BlankPage2.xaml with Button on MainPage and BlankPage1 that navigates to BlankPage1 and BlankPage2 Respectively. I enabled System Back Button so that i can go back to previous page. Button Tap on MainPage navigates to BlankPage1 and Button Tap on BlankPage1 navigates to BlankPage2 . This works fine. Problem: When I tap Back Button on BlankPage2 it goes back to BlankPage . Now when I tap the Button on BlankPage1 it goes to BlankPage2 but