Add headline to window.open documentation (#406)

This commit is contained in:
Jan Piotrowski
2019-02-22 18:27:30 +01:00
committed by GitHub
parent 388e3f6ae7
commit 92243cdcc2
+2
View File
@@ -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: