The Back button does not work with MasterDetailView #3993
Replies: 11 comments
-
@nmetulev or @skendrot, could you have a look? This seems to happen only if there's no back stack on the frame. Do we have to wire up things differently for the first navigation, or can you handle this on the control? Tracking issue on our side is: microsoft/TemplateStudio#2732 |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting @Kapranov98. Could you please provide minimal reproducible sample that does not include WTS? |
Beta Was this translation helpful? Give feedback.
-
NavView + master detail where Master detail is first time. |
Beta Was this translation helpful? Give feedback.
-
Sounds like there might be two issues
We'll have to reflect into the |
Beta Was this translation helpful? Give feedback.
-
As an example, a project without WTS: |
Beta Was this translation helpful? Give feedback.
-
@skendrot, sounds good to me! |
Beta Was this translation helpful? Give feedback.
-
Ping to stay open |
Beta Was this translation helpful? Give feedback.
-
@michael-hawker, :) |
Beta Was this translation helpful? Give feedback.
-
Hello, are there any further plans on solving this issue? For now I made a dirty workaround for this issue with using a dedicated boolean variable that helps to maintain proper navigation behaviour. |
Beta Was this translation helpful? Give feedback.
-
@Kyaa-dost just curious why you moved this to discussions? Is this not an issue on the Toolkit? Looks like it slipped through our cracks though, so we may need to re-validate and adjust? It does though appear from the WTS bug comment here: microsoft/TemplateStudio#2732 (comment) that we may have fixed this and just never closed any of these issues?? |
Beta Was this translation helpful? Give feedback.
-
@michael-hawker moved here so we can have more clarity regarding this issue. The issue still seems to exist but again contradictory with the comment you mentioned above. It has not been picked up for a while so moving from the backlog here would hopefully bring in some spark to this issue and more people contribute as we are transitioning some of the conversations in Discussions. Feel free to turn it back to the issue if we will or have any plan to fix this in this cycle 🙂 |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions