You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/21 15:43:01 UTC

[GitHub] [cordova-plugin-statusbar] MiqueiasMaia commented on issue #87: CB-13311: (iOS) Statusbar does not overlay correctly on iPhone X

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org