feat(ios): add InAppBrowserStatusBarStyle 'darkcontent' configuration option (#828)

Co-authored-by: Tim Brust <github@timbrust.de>
This commit is contained in:
Niklas Merz
2021-02-09 08:24:56 +01:00
committed by GitHub
parent 07862603eb
commit 6b920849cc
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ simply hook `window.open` during initialization. For example:
### Preferences
#### <b>config.xml</b>
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS.
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent', 'darkcontent' or 'default'. Defaults to 'default') set text color style for iOS. 'lightcontent' is intended for use on dark backgrounds. 'darkcontent' is only available since iOS 13 and intended for use on light backgrounds.
```
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
```