yellaiahd edited a comment 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 in config.
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
|