You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/01 08:17:29 UTC

[GitHub] [cordova-plugin-wkwebview-engine] yellaiahd commented on issue #108: Content dimensions incorrect at startup on iPhone X

yellaiahd commented on issue #108:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/108#issuecomment-701972046


   install cordova plugin add cordova-plugin-statusbar   (check api for more information cordova-plugin-statusbar)  and add below preferences
   <preference name="StatusBarOverlaysWebView" value="false"/>
     <preference name="StatusBarBackgroundColor" value="#000000"/>
     <preference name="StatusBarStyle" value="lightcontent"/>


----------------------------------------------------------------
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



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