Xamarin.Forms
Xamarin.Forms copied to clipboard
Shell.TabBarIsVisible="False" Is showing a white space at the bottom
ContentPage where the Shell.TabBarIsVisible is set to False is showing a white area at the bottom.
Steps to Reproduce
- Create an Xamarin Shell Application and set the page background color to something other than white
- Set a tab page Shell.TabBarIsVisible to False
- You will see a white space at the bottom
Expected Behavior
I would expect the background color to match the Shell.Background Color when the tab bar is hidden
Actual Behavior
Basic Information
- Version with issue:
- Last known good version:
- Platform Target Frameworks:
- iOS: 16.1
- Xamarin Forms 5.0.0.2575
- Windows Microsoft Visual Studio Professional 2022 (64-bit) Version 17.6.5
- MAC Build Machine Visual Studio 17.6.1
- XCODE 14.3
I have attached a photo with a red arrow pointing down at the white space.
This is on IOS only not android