I'm developing a cross platform app using XF 1.3.1. Due to business requirements the iOS app is currently iPhone only.
When it's installed on an iPad and run in 3:2 boxed mode at 2x or 1x resolution or whatever it's officially called every content page has a black opaque status bar and I have to set the info.plist key/value UIViewControllerBasedStatusBarAppearance to false in order to remove the black opaque status bar from covering the top 20px of my app.
I'm not using a custom renderer for my content pages so this must be XF default behavior. Is this intended for some reason or is this a bug? Has anyone else experienced this?