Full screen Popup on Rounded Edge Device
When using a SfPopup in full screen mode on devices with Rounded Edges (aka Galaxy A16), the footer contents are hidden / not displayed properly and behind the rounded edges.
Are there any workarounds that can be applied? No SafeEdges available in Popup.
Daniel.
Attachment: Sfpopup1_e8cac262.jpg
Hi,
It could be the way Im using the PopUp page as it is self contained and not within a Content Page. So there is no SafeAreaEdges option to set inside the Popup. The reason for this is to create reusable popups like we used to with Xamarin Forms.
I have attached a minimal sample app showing the issue.
Thanks,
Daniel
Attachment: TestingPopUp_cd073c67.zip
private void SetFullScreen() { if (this.Window == null) return; WindowCompat.SetDecorFitsSystemWindows(this.Window, false); // Remove immersive full-screen flags that cause content to render under bars this.Window?.ClearFlags(WindowManagerFlags.Fullscreen); this.Window?.ClearFlags(WindowManagerFlags.TranslucentNavigation); // this.Window?.ClearFlags(WindowManagerFlags.LayoutNoLimits); // keep default // Keep screen on if desired (optional) this.Window?.AddFlags(WindowManagerFlags.KeepScreenOn); // Show system bars to compute proper insets for layout WindowInsetsControllerCompat windowInsetsController = new WindowInsetsControllerCompat(this.Window, this.Window.DecorView); windowInsetsController.Hide(WindowInsetsCompat.Type.SystemBars()); windowInsetsController.Hide(WindowInsetsCompat.Type.StatusBars()); windowInsetsController.Hide(WindowInsetsCompat.Type.NavigationBars()); windowInsetsController.SystemBarsBehavior = WindowInsetsControllerCompat.BehaviorShowTransientBarsBySwipe; } |
Attachment: Sample_and_output_7e7eb29e.zip
Hi,
Sorry, I have deployed to my Samsung Galaxy A16 and the same issue occurs.
I cleaned and rebuilt the project and uninstalled from device before re-deploying to ensure no remnants were left.
Thanks,
Daniel.
Hi Daniel,
We have analyzed the scenario further and observed that the reported issue seems to occur only in .NET MAUI 10. We are currently validating the behavior and checking for any changes related to window management and safe area handling in .NET 10 compared to .NET 9.
We need two more working days to complete our investigation. We will update you with detailed findings and the next steps on or before December 05, 2025.
We appreciate your patience and understanding in the meantime.
Best Regards,
Muthu Kumar Madasamy
We regret to inform you that we are unable to address this issue in the current weekly release. However, we are actively working on a fix and have scheduled the resolution for our upcoming weekly patch release, which is expected to be rolled out on Dec 30, 2025. We will let you know once released, and we appreciate your patience until then.
- 8 Replies
- 3 Participants
-
DK Daniel Kelly
- Dec 1, 2025 01:34 AM UTC
- Dec 30, 2025 12:42 PM UTC