PrismLibrary / PrismLibrary/Prism
Add support for Relative Navigation '../' within a Modal Stack
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.8k
- Forks
- 1.6k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the relative navigation entry point and the modal-stack handling described in the issue. Determine how ../ViewB currently resolves inside a NavigationPage and how modal pages are popped and pushed. Done means relative navigation works when ViewB belongs in the modal stack or in a NavigationPage beneath it, with coverage for both destinations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100