Attach Backbutton-Pressed
In „App.xaml.cs“ / „protected override void OnLaunched(LaunchActivatedEventArgs e)“ below „Windows.Current.Activate();“.
// Windows.UI.ViewManagement.ApplicationView.GetForCurrentView().IsShellChromeBackEnabled = true; Windows.UI.Core.SystemNavigationManager.GetForCurrentView().BackRequested += HandleBack;
Support gestures
- Windows + Backspace
- Alt + Arrows
- Hardware back button
- Keyboard back button
- Mouse back button
Opt-in to back in Windowed mode
- Automatic in immersive mode