Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
When showing a Popup (v2) on a TabbedPage, the navigation bar for the tabs disappear.
Expected Behavior
The Popup should not modify the content that is displayed behind.
With Popup v1, the navigation bar of the TabbedPage was not disappearing.
Steps To Reproduce
- Create app with TabbedPage
- Show popup
or simply open the repro and click on the button
Link to public reproduction project repository
Environment
- .NET MAUI CommunityToolkit: 12.0.0
- OS: Android
- .NET MAUI: latest
Anything else?
No response