The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
then the first page displayed by the app will have the TitleView behind the phone's status bar and the bottom elements behind the Android navigation bar. In the repro app, the TabBar tabs are behind the Android navigation bar making them inaccessible for clicking.
Not able to reproduce on iOS. No other platforms tested.
Expected Behavior
Expected behavior is to position the TitleView below the status bar and the bottom of the ContentPage should be above the Android navigation bar.
Steps To Reproduce
Run the repro app.
You will immediately see that the layouts are not sized correctly.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
On an Android device, if I add
then the first page displayed by the app will have the TitleView behind the phone's status bar and the bottom elements behind the Android navigation bar. In the repro app, the TabBar tabs are behind the Android navigation bar making them inaccessible for clicking.
Not able to reproduce on iOS. No other platforms tested.
Expected Behavior
Expected behavior is to position the TitleView below the status bar and the bottom of the ContentPage should be above the Android navigation bar.
Steps To Reproduce
Link to public reproduction project repository
https://github.com/ckrutsinger/StatusBarBehaviorBug
Environment
Anything else?
Appears that the StatusBarBehavior is causing the screens to receive the wrong sizing frame during layout.