This commit is contained in:
Olu Amey
2020-03-16 11:32:43 -04:00
parent be142c3045
commit de98b50b8b
41 changed files with 25 additions and 2 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="1005" id="com.jubabox.juba" version="10.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="1006" id="com.jubabox.juba" version="10.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>JubaBox</name>
<description>JubaBox-Connect your interest.</description>
<author email="support@jubabox.com" href="https://www.jubabox.com/">Fluxtra Team</author>
@@ -11,6 +11,11 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="WKWebViewOnly" value="true" />
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="BackupWebStorage" value="none" />