fix
This commit is contained in:
+6
-1
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user