Skip to content

Commit edd7250

Browse files
committed
add documentation for InAppBrowserStatusBarStyle preference
1 parent deb8fbe commit edd7250

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ simply hook `window.open` during initialization. For example:
6868
window.open = cordova.InAppBrowser.open;
6969
}
7070

71+
### Preferences
72+
73+
#### <b>config.xml</b>
74+
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS.
75+
```
76+
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
77+
```
78+
7179
## cordova.InAppBrowser.open
7280

7381
Opens a URL in a new `InAppBrowser` instance, the current browser

0 commit comments

Comments
 (0)