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 + +``` + + + Hiding at startup -----------