PrismLibrary / PrismLibrary/Prism

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

Open
#2,813 4 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement roadmap
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.