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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Hello! I downloaded the Nightly version of Windows Template Studio and created a project with NavigationView and MasterDetailView (Code Behind). But after compiling I found that in compact mode, the NavView's Back button does not work with MasterDetailView, which makes it impossible to return from DetailPage to ListView.
The problem manifests itself only if the page with MasterDetailView is the main one and the transition to it is carried out immediately after the launch of the application.
Minimal reproduction of the problem with instructions
I'm submitting a...
Hello! I downloaded the Nightly version of Windows Template Studio and created a project with NavigationView and MasterDetailView (Code Behind). But after compiling I found that in compact mode, the NavView's Back button does not work with MasterDetailView, which makes it impossible to return from DetailPage to ListView.
The problem manifests itself only if the page with MasterDetailView is the main one and the transition to it is carried out immediately after the launch of the application.
Minimal reproduction of the problem with instructions
Project for example: App5.zip

Environment