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
This is due to the CoordinatorLayout. There is now an option in the AppCompatFormsActivity in the form of the EnableCoordinatorLayout property. By default, this is false and does not surround the default Forms LinearLayout with a CoordinatorLayout.
However, turning it off means when the app is switched, there is a black bar above the app. Turning it on makes that go away, but then you get the Toolbar space allocated. There is no easy fix for this currently. It is suggested to set the EnableCoordinatorLayout to true (before the call to base.OnCreate) and avoid using just a normal ContentPage and instead opt for one of the navigation patterns.
Steps
Expectation
Page should show without any Toolbar background.
The text was updated successfully, but these errors were encountered: