From 92243cdcc29c31d03deb3928c721e6abd60c5536 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 22 Feb 2019 18:27:30 +0100 Subject: [PATCH] Add headline to window.open documentation (#406) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 708cc7e..3ca029f 100644 --- a/README.md +++ b/README.md @@ -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: