-
Notifications
You must be signed in to change notification settings - Fork 493
[BUG] StatusBar too large in landscape mode #3170
Copy link
Copy link
Open
Labels
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
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
- Start the sample app: https://github.com/markusroessler/MauiCommunityToolkitStatusBarBug
- Rotate the screen to landscape
-> the "Home" page title is slightly cut off.
Link to public reproduction project repository
https://github.com/markusroessler/MauiCommunityToolkitStatusBarBug
Environment
- .NET MAUI CommunityToolkit: 14.0.1
- OS:Android 16
- .NET MAUI: 10.0.50Anything else?
No response
Reactions are currently unavailable