After receiving helpful feedback on my previous Cordova question regarding status bars, I've encountered a new issue with the iPhone X on iOS 11.0.
I came across this thread:
Users are reporting a white bar appearing specifically on the iPhone X running iOS 11.0, but not on other devices such as 6, 7, or 8. I've tried various solutions mentioned in the thread, including:
ionic web view plugin.
meta tag
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
- wkwebview engine plugin
Despite trying these solutions, I'm struggling to properly adjust the layout for the iPhone X, which is crucial for app acceptance by Apple.
I am using the latest public version of Xcode and all simulators have been updated to iOS 11.0. My UI elements are from OnSen, and I currently only have the ionic web view plugin, network info plugin, whitelist, and oneSignal plugin installed.
Any assistance would be greatly appreciated.
To better illustrate the issue: