Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dansiegel opened this issue Jun 9, 2022 · 4 comments
Open

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

dansiegel opened this issue Jun 9, 2022 · 4 comments

Comments

@dansiegel
Copy link
Member

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.

@dansiegel dansiegel transferred this issue from PrismLibrary/Prism.Maui Feb 16, 2023
@munkii
Copy link

munkii commented May 29, 2024

Any news on when this might be available? I have this scenario in my current XF to MAUI migration as discussed here #3149 (reply in thread)

@dansiegel dansiegel added this to the vNext milestone May 29, 2024
@dansiegel
Copy link
Member Author

@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
Copy link

munkii commented May 30, 2024

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

@dansiegel
Copy link
Member Author

GoBackAsync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants