You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2019/11/17 11:59:00 UTC

[cordova-plugin-statusbar] branch master updated: Update README.md (#168)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


The following commit(s) were added to refs/heads/master by this push:
     new 24d5f27  Update README.md (#168)
24d5f27 is described below

commit 24d5f278d0b7ea77f2a966d803af79520f1bfc88
Author: Kyle Kirby <ky...@optimalconnection.net>
AuthorDate: Sun Nov 17 05:58:53 2019 -0600

    Update README.md (#168)
    
    Add an iOS Quirks section #166
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 0dd2ca4..4b6fc31 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,15 @@ if (cordova.platformId == 'android') {
 }
 ```
 
+### iOS Quirks
+Starting with iOS 11 you must include `viewport-fit=cover` in your viewport meta tag if you want the status bar to overlay the webview:
+
+```html
+<meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">
+```
+
+
+
 Hiding at startup
 -----------
 


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