Had some great help and feedback in my last Cordova question about status bars in general and now I've hit a snag with the new iPhone X on iOS 11.0
I've read this thread : https://issues.apache.org/jira/browse/CB-12886
People highlighting the issue where a white bar appears online on the X running 11.0 but not on other devices (I've tried 6,7,8) and the solutions the threads posted along I've tried too including;
ionic web view plugin.
meta tag
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
- wkwebview engine plugin
I just can't seem to get it to fit properly on the iPhone X and I know its something I need to address if an app is to be accepted by apple.
Running latest public version of Xcode and all the simulators are running iOS 11.0, I use OnSen as the UI elements and I've currently got the ionic web view plugin, network info plugin, whitelist and oneSignal plugin installed and nothing else.
Appreciate any and all help