dotnet / dotnet/maui

[Bug] Add better concept of Active vs Appearing as it relates to Modal Pages and the core app

Open
#2,804 5 comments 1 reaction 0 assignees View on GitHub
area-core-lifecycle s/triaged t/bug
Dominant language
C#
Stars
23.3k
Forks
2k
Avg merge
1d 10h
Merged PRs (30d)
297

Description

### Description

The TabbedPage on Android needs to know when it's the "Active" page so that it can display the tabs on the main app container. When you navigate away from a TabbedPage to a page without tabs then the Tabs on the app container are hidden. Currently this is being tracked via "OnAppearing" but "OnAppearing" and "OnDisappearing" will also fire when a modal page is displayed or even in multi window scenarios when switching windows.

We need a better property to track if a page is active within the context of it's own container

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.