CB-7961 Add cordova-plugin-inappbrowser support for browser platform

Added Browser platform support (Chrome, IE, Firefox)
Updated the docs
This commit is contained in:
daserge
2014-12-15 19:15:01 +03:00
committed by Vladimir Kotikov
parent 1774ceafae
commit 4c8f58d87c
3 changed files with 250 additions and 0 deletions
+10
View File
@@ -213,4 +213,14 @@
</js-module>
</platform>
<!-- browser -->
<platform name="browser">
<js-module src="www/inappbrowser.js" name="inappbrowser">
<clobbers target="cordova.InAppBrowser.open" />
<clobbers target="window.open" />
</js-module>
<js-module src="src/browser/InAppBrowserProxy.js" name="InAppBrowserProxy">
<merges target="" />
</js-module>
</platform>
</plugin>