Skip to content

Commit

Permalink
add documentation for InAppBrowserStatusBarStyle preference
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbberra committed Aug 18, 2020
1 parent deb8fbe commit edd7250
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ simply hook `window.open` during initialization. For example:
window.open = cordova.InAppBrowser.open;
}

### Preferences

#### <b>config.xml</b>
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS.
```
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
```

## cordova.InAppBrowser.open

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

0 comments on commit edd7250

Please sign in to comment.