diff --git a/README.md b/README.md index 4df960707..2f19a7b77 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ simply hook `window.open` during initialization. For example: window.open = cordova.InAppBrowser.open; } +### Preferences + +#### config.xml +- InAppBrowserStatusBarStyle [iOS only]: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS. +``` + +``` + ## cordova.InAppBrowser.open Opens a URL in a new `InAppBrowser` instance, the current browser