2013-04-03 07:27:26 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-04-17 04:19:05 +08:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
-->
|
2013-04-03 07:27:26 +08:00
|
|
|
|
2013-07-25 05:43:39 +08:00
|
|
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
2015-04-02 07:31:51 +08:00
|
|
|
id="cordova-plugin-inappbrowser"
|
2016-02-09 17:44:03 +08:00
|
|
|
version="1.3.1-dev">
|
2013-10-29 03:13:43 +08:00
|
|
|
|
2013-04-03 07:27:26 +08:00
|
|
|
<name>InAppBrowser</name>
|
2013-07-31 06:32:22 +08:00
|
|
|
<description>Cordova InAppBrowser Plugin</description>
|
2013-08-07 05:52:52 +08:00
|
|
|
<license>Apache 2.0</license>
|
2013-07-31 06:32:22 +08:00
|
|
|
<keywords>cordova,in,app,browser,inappbrowser</keywords>
|
2013-10-23 04:40:00 +08:00
|
|
|
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git</repo>
|
|
|
|
<issue>https://issues.apache.org/jira/browse/CB/component/12320641</issue>
|
2013-04-03 07:27:26 +08:00
|
|
|
|
2013-10-11 00:21:35 +08:00
|
|
|
<engines>
|
|
|
|
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
|
|
|
|
</engines>
|
2013-07-25 05:43:39 +08:00
|
|
|
|
2014-02-14 04:00:18 +08:00
|
|
|
<!-- android -->
|
2013-04-03 07:27:26 +08:00
|
|
|
<platform name="android">
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-05-21 05:04:50 +08:00
|
|
|
<config-file target="res/xml/config.xml" parent="/*">
|
|
|
|
<feature name="InAppBrowser">
|
2013-08-01 07:57:24 +08:00
|
|
|
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
|
2013-05-21 05:04:50 +08:00
|
|
|
</feature>
|
2013-04-03 07:27:26 +08:00
|
|
|
</config-file>
|
|
|
|
|
2013-08-01 07:57:24 +08:00
|
|
|
<source-file src="src/android/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2014-03-01 06:03:57 +08:00
|
|
|
<source-file src="src/android/InAppBrowserDialog.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2013-09-18 06:51:54 +08:00
|
|
|
<source-file src="src/android/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2013-12-04 02:52:48 +08:00
|
|
|
|
2014-01-15 07:47:01 +08:00
|
|
|
<!-- drawable src/android/resources -->
|
2014-01-16 06:28:03 +08:00
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_next_item.png" target="res/drawable-hdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_next_item.png" target="res/drawable-mdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_next_item.png" target="res/drawable-xhdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_next_item.png" target="res/drawable-xxhdpi/ic_action_next_item.png" />
|
|
|
|
|
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_previous_item.png" target="res/drawable-hdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_previous_item.png" target="res/drawable-mdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_previous_item.png" target="res/drawable-xhdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_previous_item.png" target="res/drawable-xxhdpi/ic_action_previous_item.png" />
|
|
|
|
|
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_remove.png" target="res/drawable-hdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_remove.png" target="res/drawable-mdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_remove.png" target="res/drawable-xhdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_remove.png" target="res/drawable-xxhdpi/ic_action_remove.png" />
|
2013-12-04 02:52:48 +08:00
|
|
|
|
2013-05-17 04:57:48 +08:00
|
|
|
</platform>
|
2014-07-12 03:54:25 +08:00
|
|
|
|
2013-10-19 07:38:34 +08:00
|
|
|
<!-- amazon-fireos -->
|
|
|
|
<platform name="amazon-fireos">
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-10-19 07:38:34 +08:00
|
|
|
<config-file target="res/xml/config.xml" parent="/*">
|
|
|
|
<feature name="InAppBrowser">
|
|
|
|
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
|
|
|
|
</feature>
|
|
|
|
</config-file>
|
|
|
|
|
|
|
|
<source-file src="src/amazon/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2014-08-15 02:57:00 +08:00
|
|
|
<source-file src="src/android/InAppBrowserDialog.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2013-10-19 07:38:34 +08:00
|
|
|
<source-file src="src/amazon/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" />
|
2014-08-15 02:57:00 +08:00
|
|
|
|
|
|
|
<!-- drawable src/android/resources -->
|
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_next_item.png" target="res/drawable-hdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_next_item.png" target="res/drawable-mdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_next_item.png" target="res/drawable-xhdpi/ic_action_next_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_next_item.png" target="res/drawable-xxhdpi/ic_action_next_item.png" />
|
|
|
|
|
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_previous_item.png" target="res/drawable-hdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_previous_item.png" target="res/drawable-mdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_previous_item.png" target="res/drawable-xhdpi/ic_action_previous_item.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_previous_item.png" target="res/drawable-xxhdpi/ic_action_previous_item.png" />
|
|
|
|
|
|
|
|
<resource-file src="src/android/res/drawable-hdpi/ic_action_remove.png" target="res/drawable-hdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-mdpi/ic_action_remove.png" target="res/drawable-mdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xhdpi/ic_action_remove.png" target="res/drawable-xhdpi/ic_action_remove.png" />
|
|
|
|
<resource-file src="src/android/res/drawable-xxhdpi/ic_action_remove.png" target="res/drawable-xxhdpi/ic_action_remove.png" />
|
2013-10-19 07:38:34 +08:00
|
|
|
</platform>
|
2013-05-17 04:57:48 +08:00
|
|
|
|
2013-10-17 01:13:03 +08:00
|
|
|
<!-- ubuntu -->
|
|
|
|
<platform name="ubuntu">
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-10-17 01:13:03 +08:00
|
|
|
<header-file src="src/ubuntu/inappbrowser.h" />
|
|
|
|
<source-file src="src/ubuntu/inappbrowser.cpp" />
|
|
|
|
<resource-file src="src/ubuntu/InAppBrowser.qml" />
|
2014-10-18 06:36:31 +08:00
|
|
|
<resource-file src="src/ubuntu/InAppBrowser_escapeScript.js" />
|
2013-10-17 01:13:03 +08:00
|
|
|
<resource-file src="src/ubuntu/close.png" />
|
|
|
|
</platform>
|
2013-10-19 07:38:34 +08:00
|
|
|
|
2013-05-17 04:57:48 +08:00
|
|
|
<!-- ios -->
|
2014-02-14 04:00:18 +08:00
|
|
|
<platform name="ios">
|
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-05-21 05:04:50 +08:00
|
|
|
<config-file target="config.xml" parent="/*">
|
|
|
|
<feature name="InAppBrowser">
|
|
|
|
<param name="ios-package" value="CDVInAppBrowser" />
|
|
|
|
</feature>
|
2013-05-17 04:57:48 +08:00
|
|
|
</config-file>
|
2013-05-21 05:04:50 +08:00
|
|
|
|
2013-05-17 04:57:48 +08:00
|
|
|
<header-file src="src/ios/CDVInAppBrowser.h" />
|
|
|
|
<source-file src="src/ios/CDVInAppBrowser.m" />
|
2013-07-24 08:08:18 +08:00
|
|
|
|
|
|
|
<framework src="CoreGraphics.framework" />
|
2013-05-17 04:57:48 +08:00
|
|
|
</platform>
|
2013-05-28 06:23:50 +08:00
|
|
|
|
|
|
|
<!-- wp7 -->
|
|
|
|
<platform name="wp7">
|
2014-03-20 13:26:01 +08:00
|
|
|
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
|
|
|
<Capability Name="ID_CAP_NETWORKING"/>
|
|
|
|
</config-file>
|
|
|
|
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-05-28 06:23:50 +08:00
|
|
|
<config-file target="config.xml" parent="/*">
|
|
|
|
<feature name="InAppBrowser">
|
|
|
|
<param name="wp-package" value="InAppBrowser"/>
|
|
|
|
</feature>
|
|
|
|
</config-file>
|
|
|
|
|
2014-03-26 21:51:49 +08:00
|
|
|
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
|
|
|
<Capability Name="ID_CAP_NETWORKING" />
|
|
|
|
</config-file>
|
|
|
|
|
2013-07-09 06:55:35 +08:00
|
|
|
<source-file src="src/wp/InAppBrowser.cs" />
|
|
|
|
</platform>
|
|
|
|
|
|
|
|
<!-- wp8 -->
|
|
|
|
<platform name="wp8">
|
2014-03-20 13:26:01 +08:00
|
|
|
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
|
|
|
<Capability Name="ID_CAP_NETWORKING"/>
|
|
|
|
</config-file>
|
|
|
|
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-07-09 06:55:35 +08:00
|
|
|
<config-file target="config.xml" parent="/*">
|
|
|
|
<feature name="InAppBrowser">
|
|
|
|
<param name="wp-package" value="InAppBrowser"/>
|
|
|
|
</feature>
|
|
|
|
</config-file>
|
|
|
|
|
2014-03-26 21:51:49 +08:00
|
|
|
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
|
|
|
<Capability Name="ID_CAP_NETWORKING" />
|
|
|
|
</config-file>
|
|
|
|
|
2013-07-09 06:55:35 +08:00
|
|
|
<source-file src="src/wp/InAppBrowser.cs" />
|
2013-05-28 06:23:50 +08:00
|
|
|
</platform>
|
2013-08-13 04:51:54 +08:00
|
|
|
|
|
|
|
<!-- windows8 -->
|
|
|
|
<platform name="windows8">
|
2014-02-14 04:00:18 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-02-14 04:00:18 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
2013-08-13 04:51:54 +08:00
|
|
|
<js-module src="www/windows8/InAppBrowserProxy.js" name="InAppBrowserProxy">
|
|
|
|
<merges target="" />
|
|
|
|
</js-module>
|
|
|
|
</platform>
|
2013-10-18 05:02:59 +08:00
|
|
|
|
2014-07-11 23:05:24 +08:00
|
|
|
<!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
|
|
|
|
<platform name="windows">
|
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-07-11 23:05:24 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
|
|
|
<js-module src="src/windows/InAppBrowserProxy.js" name="InAppBrowserProxy">
|
|
|
|
<merges target="" />
|
|
|
|
</js-module>
|
2015-03-25 20:03:30 +08:00
|
|
|
<asset src="www/inappbrowser.css" target="css/inappbrowser.css" />
|
2014-07-11 23:05:24 +08:00
|
|
|
</platform>
|
|
|
|
|
2014-04-04 18:16:01 +08:00
|
|
|
<!-- firefoxos -->
|
|
|
|
<platform name="firefoxos">
|
2014-05-29 03:36:59 +08:00
|
|
|
<config-file target="config.xml" parent="/*">
|
2014-07-12 01:40:03 +08:00
|
|
|
<permission name="browser" description="Enables the app to implement a browser in an iframe." privileged="true"/>
|
2014-05-29 03:36:59 +08:00
|
|
|
</config-file>
|
2014-04-04 18:16:01 +08:00
|
|
|
<js-module src="www/inappbrowser.js" name="inappbrowser">
|
2015-02-13 05:34:32 +08:00
|
|
|
<clobbers target="cordova.InAppBrowser.open" />
|
2014-04-04 18:16:01 +08:00
|
|
|
<clobbers target="window.open" />
|
|
|
|
</js-module>
|
|
|
|
<js-module src="src/firefoxos/InAppBrowserProxy.js" name="InAppBrowserProxy">
|
|
|
|
<merges target="" />
|
|
|
|
</js-module>
|
2013-10-18 05:02:59 +08:00
|
|
|
</platform>
|
2013-05-28 06:23:50 +08:00
|
|
|
|
2014-12-16 00:15:01 +08:00
|
|
|
<!-- 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>
|
2013-04-03 07:27:26 +08:00
|
|
|
</plugin>
|