The StatusBar overlay created by StatusBarBehavior is too high in landscape mode. It overlays the ContentPage content. Tested on Android 16.
Regression in 14.0.0.
The StatusBar should not overlay the page content in landscape mode like in portrait mode.
- .NET MAUI CommunityToolkit: 14.0.1
- OS:Android 16
- .NET MAUI: 10.0.50
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
The StatusBar overlay created by StatusBarBehavior is too high in landscape mode. It overlays the ContentPage content. Tested on Android 16.
Regression in 14.0.0.
Expected Behavior
The StatusBar should not overlay the page content in landscape mode like in portrait mode.
Steps To Reproduce
-> the "Home" page title is slightly cut off.
Link to public reproduction project repository
https://github.com/markusroessler/MauiCommunityToolkitStatusBarBug
Environment
Anything else?
No response