We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388e3f6 commit 92243cdCopy full SHA for 92243cd
README.md
@@ -35,6 +35,8 @@ This plugin provides a web browser view that displays when calling `cordova.InAp
35
36
var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
37
38
+### `window.open`
39
+
40
The `cordova.InAppBrowser.open()` function is defined to be a drop-in replacement
41
for the `window.open()` function. Existing `window.open()` calls can use the
42
InAppBrowser window, by replacing window.open:
0 commit comments