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 · 0 comments
Open

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

dansiegel opened this issue Jun 9, 2022 · 0 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
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

1 participant