Skip to content

Commit

Permalink
Add headline to window.open documentation (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Feb 22, 2019
1 parent 388e3f6 commit 92243cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ This plugin provides a web browser view that displays when calling `cordova.InAp

var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');

### `window.open`

The `cordova.InAppBrowser.open()` function is defined to be a drop-in replacement
for the `window.open()` function. Existing `window.open()` calls can use the
InAppBrowser window, by replacing window.open:
Expand Down

0 comments on commit 92243cd

Please sign in to comment.