diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-01 17:28:09 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-01 17:28:09 -0500 |
| commit | 198fb8d3a26ca08d12b81ef55b74e628e8cc63ca (patch) | |
| tree | 6df0adfa6c4b02a92b5bdbdb44951c6ffcf2a24b /config.xml | |
| parent | 6a5bcce2c7e35f8662c7a8dc480ce6b0360b6865 (diff) | |
migrate to master inappbrowser for ios 13 issues #869
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.083" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.084" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -8,7 +8,6 @@ Pliable Pixels </author> <content src="index.html" /> - <allow-navigation href="localhost:8080/*" /> <allow-navigation href="gap://ready" /> <access launch-external="yes" origin="mailto:*" /> <access allows-arbitrary-loads-for-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" origin="*" /> @@ -143,7 +142,6 @@ </plugin> <plugin name="cordova-plugin-file-transfer" spec="^1.7.1" /> <plugin name="cordova-plugin-globalization" spec="^1.11.0" /> - <plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" /> <plugin name="cordova-plugin-insomnia" spec="^4.3.0" /> <plugin name="cordova-plugin-pin-dialog" spec="^0.1.3" /> <plugin name="cordova-plugin-splashscreen" spec="^4.1.0" /> @@ -176,6 +174,7 @@ <plugin name="cordova-plugin-photo-library" spec="https://github.com/pliablepixels/cordova-plugin-photo-library"> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> + <plugin name="cordova-plugin-inappbrowser" spec="https://github.com/apache/cordova-plugin-inappbrowser.git" /> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> |
