PrismLibrary / PrismLibrary/Prism

[Enhancement] Add ability to create Region while navigation to page

Open
#3,273 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement MAUI
Dominant language
C#
Stars
6.8k
Forks
1.6k
Avg merge
2d 1h
Merged PRs (30d)
1

Description

Summary

If migrating to more of a Region Based architecture it would be beneficial if we could navigate to a Region View and create a ContentPage on the fly as a Region Container loading a specified Region View.

navigationService.NavigateAsync("HomeView?regionName=RootRegion");
Additional Consideration

When navigating it would be beneficial to be able to set the Title and IconSource at the same time.

see #3189

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 navigationService.NavigateAsync("HomeView?regionName=RootRegion") entry point and review the related discussion in #3189. Determine how navigation to a Region View could create a ContentPage as a Region container, including the requested Title and IconSource values. Done means the navigation scenario works with the specified region and metadata.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
mobile
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.