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
Currently the BackRequested event of SystemNavigationManager is handled in the service and in tablet mode the navigation gestures do not work as intended. Since the event is not handled as true, the system back button navigates back and minimizes the app.
Currently the BackRequested event of SystemNavigationManager is handled in the service and in tablet mode the navigation gestures do not work as intended. Since the event is not handled as true, the system back button navigates back and minimizes the app.
https://github.com/Windows-XAML/Template10/blob/master/Source/Template10.Core/Services/Gesture/GestureService.cs#L149
I would suggest to remove this from the service and treat it as best practice in the ShellPage.
The text was updated successfully, but these errors were encountered: