Add headline to window.open documentation (#406)
This commit is contained in:
parent
388e3f6ae7
commit
92243cdcc2
@ -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');
|
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
|
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
|
for the `window.open()` function. Existing `window.open()` calls can use the
|
||||||
InAppBrowser window, by replacing window.open:
|
InAppBrowser window, by replacing window.open:
|
||||||
|
Loading…
Reference in New Issue
Block a user