PrismLibrary / Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Other
6.26k stars 1.64k forks source link

Add support for Relative Navigation '../' within a Modal Stack #2813

Open dansiegel opened 2 years ago

dansiegel commented 2 years ago

Description

Currently Relative Navigation ../ViewB only works within the confines of a NavigationPage. This is in part due to the fact that we are simply popping the NavigationPage.Current and then pushing new pages into the NavigationPage.

When working within a Modal Stack popping the current modal page we may find the that ViewB may need to be pushed modally or pushed into a NavigationPage beneath.

munkii commented 3 months ago

Any news on when this might be available? I have this scenario in my current XF to MAUI migration as discussed here https://github.com/PrismLibrary/Prism/discussions/3149#discussioncomment-9549950

dansiegel commented 3 months ago

@munkii it will not be part of 9.0. Currently we are focused on resolving a couple of issues specific to Android on MAUI so that we can ship 9.0. I won't even start looking at this until we start work on 9.1

munkii commented 3 months ago

@dansiegel do you have a recommended workaround for getting me out of our modal situation, please ?

dansiegel commented 3 months ago

GoBackAsync