[BUG] StatusBarBehavior is causing Android layouts to go behind status bar and navigation bar buttons on launch #2351
Labels
area/behaviors
Issue/Discussion/PR that has to do with Behaviors
bug
Something isn't working
unverified
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.
The text was updated successfully, but these errors were encountered: