We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb8fbe commit edd7250Copy full SHA for edd7250
README.md
@@ -68,6 +68,14 @@ simply hook `window.open` during initialization. For example:
68
window.open = cordova.InAppBrowser.open;
69
}
70
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
79
## cordova.InAppBrowser.open
80
81
Opens a URL in a new `InAppBrowser` instance, the current browser
0 commit comments