dpogue commented on issue #114:
URL: 
https://github.com/apache/cordova-discuss/issues/114#issuecomment-4017065873

   For iOS, the status bar obeys the `viewport-fit` option of the `<meta 
name="viewport">` tag.
   
   `viewport-fit=cover` will make the WebView cover the whole screen and give 
you access to CSS environment variables to implement your own status bar.
   
   `viewport-fit=contain` will keep the WebView below the status bar, with the 
status bar colours being determined by the `<meta name="theme-color">` tag.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to