|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
-<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="163" android-versionCode="1189">
|
|
|
+<widget id="vip.raex.nft" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="new.raex.meta" ios-CFBundleVersion="170" android-versionCode="1189">
|
|
|
<name>OASISMETA</name>
|
|
|
<description>
|
|
|
A sample Apache Cordova application that responds to the deviceready event.
|
|
|
@@ -27,7 +27,8 @@
|
|
|
<preference name="BackgroundColor" value="#000000"/>
|
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
|
<preference name="Orientation" value="portrait"/>
|
|
|
- <preference name="AutoHideSplashScreen" value="false"/>
|
|
|
+ <preference name="AutoHideSplashScreen" value="true"/>
|
|
|
+ <preference name="SplashScreenDelay" value="0"/>
|
|
|
<preference name="ShowSplashScreenSpinner" value="false"/>
|
|
|
<preference name="AndroidXEnabled" value="true"/>
|
|
|
<preference name="WECHATAPPID" value="wx6816dbdc07254dcb"/>
|
|
|
@@ -45,7 +46,6 @@
|
|
|
<allow-intent href="weixin:*"/>
|
|
|
<preference name="StatusBarOverlaysWebView" value="true"/>
|
|
|
<preference name="StatusBarStyle" value="lightcontent"/>
|
|
|
- <preference name="StatusBarBackgroundColor" value="#0F0F0F"/>
|
|
|
<preference name="SplashMaintainAspectRatio" value="true"/>
|
|
|
<preference name="AndroidLaunchMode" value="singleInstance"/>
|
|
|
<icon src="res/icon/android/icon.png"/>
|
|
|
@@ -85,7 +85,7 @@
|
|
|
<allow-intent href="weixin:*"/>
|
|
|
<preference name="WKWebViewOnly" value="true"/>
|
|
|
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine"/>
|
|
|
- <preference name="StatusBarOverlaysWebView" value="false"/>
|
|
|
+ <preference name="StatusBarOverlaysWebView" value="true"/>
|
|
|
<feature name="CDVWKWebViewEngine">
|
|
|
<param name="ios-package" value="CDVWKWebViewEngine"/>
|
|
|
</feature>
|