You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my .NET MAUI app targeting Android, the top Label on a ContentPage is overlapped by the status bar. I have set SafeAreaEdges="Container" and hidden the navigation bar (Shell.NavBarIsVisible="False"), but the content does not respect the safe area at the top.
Description
In my .NET MAUI app targeting Android, the top Label on a ContentPage is overlapped by the status bar. I have set SafeAreaEdges="Container" and hidden the navigation bar (Shell.NavBarIsVisible="False"), but the content does not respect the safe area at the top.
Steps to Reproduce
20251202-0757-16.7047976.mp4
Expected Behavior
The content should be padded so that it does not overlap with the Android status bar.
Actual Behavior
The Label is overlapped by the status bar.
MauiSafeAreaRepro.zip
Link to public reproduction project repository
No response
Version with bug
10.0.11
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
10.0.11
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output