You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/13 20:15:16 UTC

docs commit: [CB-4787] InAppBrowser can't access Cordova APIs

Updated Branches:
  refs/heads/master 0a8fd70b1 -> d51f32b2e


[CB-4787] InAppBrowser can't access Cordova APIs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/d51f32b2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/d51f32b2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/d51f32b2

Branch: refs/heads/master
Commit: d51f32b2e1628af1ce41141ba09d280a7ddc3097
Parents: 0a8fd70
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 13 07:21:30 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Sep 13 11:14:54 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/inappbrowser/inappbrowser.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d51f32b2/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index cf0ecb9..714a43f 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -19,10 +19,13 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # InAppBrowser
 
-> The `InAppBrowser` is a web browser that displays in the app when calling `window.open`.
+> The `InAppBrowser` is a web browser view that displays when calling `window.open`.
 
     var ref = window.open('http://apache.org', '_blank', 'location=yes');
 
+__NOTE:__ The InAppBrowser window behaves like a standard web browser,
+and cannot access Cordova APIs.
+
 ## Description
 
 The object returned from a call to `window.open`.