Replies: 1 comment
-
@rakhthm did you try this CoPilot suggestion? Why it happens When a Popup is displayed, the Toolkit creates a new DialogFragment with its own Window. That dialog window doesn’t copy your immersive flags, so the system UI reappears. ⚙️ Workarounds / Approaches
This ensures that when the popup appears, it reapplies the same flags as your main activity. Does it help you going into the right way? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experiencing an issue with the .NET MAUI CommunityToolkit Popup on Android. My app uses immersive mode with the navigation bar hidden, but when a popup appears, the system navigation bar becomes visible and cannot be hidden. Could you provide guidance or a recommended approach for popups to correctly respect immersive mode and manage Android system bars while visible?
Beta Was this translation helpful? Give feedback.
All reactions