You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/11/26 22:04:26 UTC

[2/2] js commit: CB-1508: Implement InAppBrowser feature for Android

CB-1508: Implement InAppBrowser feature for Android


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

Branch: refs/heads/master
Commit: c768740a4a6079d46a4ad7230a316a4383aeac43
Parents: 05bd1a4
Author: Simon MacDonald <si...@gmail.com>
Authored: Mon Nov 26 16:00:50 2012 -0500
Committer: Simon MacDonald <si...@gmail.com>
Committed: Mon Nov 26 16:02:02 2012 -0500

----------------------------------------------------------------------
 lib/android/platform.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c768740a/lib/android/platform.js
----------------------------------------------------------------------
diff --git a/lib/android/platform.js b/lib/android/platform.js
index 2d1770c..4f1da91 100644
--- a/lib/android/platform.js
+++ b/lib/android/platform.js
@@ -104,6 +104,9 @@ module.exports = {
         },
         MediaError: { // exists natively on Android WebView on Android 4.x
             path: "cordova/plugin/MediaError"
+        },
+        open: {
+            path: "cordova/plugin/InAppBrowser"
         }
     },
     merges: {