mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-18 17:02:49 +08:00
parent
7d5d067f03
commit
24d5f278d0
@ -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
|
||||
-----------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user