Navigate to another page when orientation changed
问题 I will explain what I'm trying to do on following instance: I have two pages - MainPage.xaml (orientation Portrait) and LandscapeLeft.xaml (orientation LandscapeLeft). I want to navigate from MainPage.xaml to LandscapeLeft.xaml when user rotate phone on Lanscape position. I've done as follows: XAML: SupportedOrientations="PortraitOrLandscape" Orientation="Portrait" code behind: protected override void OnOrientationChanged(OrientationChangedEventArgs e) { switch (e.Orientation) { case