You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/02/22 17:27:36 UTC

[cordova-plugin-inappbrowser] branch master updated: Add headline to window.open documentation (#406)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new 92243cd  Add headline to window.open documentation (#406)
92243cd is described below

commit 92243cdcc29c31d03deb3928c721e6abd60c5536
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Feb 22 18:27:30 2019 +0100

    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:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org