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

[Feature] Advanced navigation: push to NavigationPage, pop from NavigationPage etc. #39

Open
BurkusCat opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@BurkusCat
Copy link
Owner

Is your feature request related to a problem? Please describe.
There are lots of situations where you don't want to push/pop the entire full page on screen. It would be useful to be able to perform most navigation actions but target the most "visible" or "deepest" navigation page. E.g. if you could push a page to the currently visible tabview on top of a page that is already there (So that if you pressed the Android back button, it would go back to the original page that was in the tab view).

Describe the solution you'd like
I'd like to be able to easily decide whether to push a page over a flyoutpage/tabbedpage or instead push a page into a NavigationPage stack. It should be clear and unambiguous where the page should go. Ideally, this should work with all existing methods and URI navigation. Maybe it should be a navigation parameter? TargetNavigationPage maybe?

Describe alternatives you've considered
N/A

Proposed APIs
N/A

Additional context
N/A

@BurkusCat BurkusCat added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant