Xamarin.SideMenu
Xamarin.SideMenu copied to clipboard
FadeStatusBar option adds black box after device orientation change
Describe the bug With the 'FadeStatusBar' switch set to 'Off' in the example project, the menu is overlaid with a black box after changing the orientation of an iPad from landscape to portrait. It only happens after changing from landscape to portrait, it's working correctly from portrait to landscape.
To Reproduce Steps to reproduce the behaviour:
- Setup the example project to run on iPads in all orientations
- Set the 'FadeStatusBar' switch to 'Off'
- Open the menu in landscape orientation on an iPad
- Rotate the iPad to portrait
- The menu is now mostly covered with a black box
Expected behaviour The menu should always be visible without black boxes covering it.