Skip to content

Commit 92243cd

Browse files
authored
Add headline to window.open documentation (#406)
1 parent 388e3f6 commit 92243cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This plugin provides a web browser view that displays when calling `cordova.InAp
3535

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

38+
### `window.open`
39+
3840
The `cordova.InAppBrowser.open()` function is defined to be a drop-in replacement
3941
for the `window.open()` function. Existing `window.open()` calls can use the
4042
InAppBrowser window, by replacing window.open:

0 commit comments

Comments
 (0)