From edd7250c83ab2f03bc40c4bdcc5d57eb8dd5ab6f Mon Sep 17 00:00:00 2001 From: Moses Berra Date: Tue, 18 Aug 2020 13:22:48 -0500 Subject: [PATCH] add documentation for InAppBrowserStatusBarStyle preference --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4df9607..2f19a7b 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