MiqueiasMaia commented on issue #87: CB-13311: (iOS) Statusbar does not overlay correctly on iPhone X URL: https://github.com/apache/cordova-plugin-statusbar/pull/87#issuecomment-576741491 > It was also still seeing a white bar at the bottom of the screen after adding the `viewport-fit=cover` meta tag and updating StatusBar to the latest from master. Switching from `WKWebView` to [`cordova-plugin-ionic-webview`](https://github.com/ionic-team/cordova-plugin-ionic-webview) fixed the issue for me: > > ``` > > ionic cordova plugin remove cordova-plugin-wkwebview-engine > > ionic cordova plugin add cordova-plugin-ionic-webview --save > ``` > > I'm on `cordova-ios` 4.5.1. I did end up with a strange padding on one page in my app (only in iOS), which I fixed with: > > ```css-scss > margin-top: calc(0px - constant(safe-area-inset-top)); > ``` This solved my problem. Thnx man!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
