xiongzhu %!s(int64=3) %!d(string=hai) anos
pai
achega
6bd3664bc9
Modificáronse 4 ficheiros con 47 adicións e 10 borrados
  1. 4 4
      config.xml
  2. 4 4
      package.json
  3. 2 2
      www/index.html
  4. 37 0
      www/test.html

+ 4 - 4
config.xml

@@ -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>

+ 4 - 4
package.json

@@ -60,7 +60,6 @@
         "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
       },
       "cordova-plugin-qrscanner": {},
-      "cordova-plugin-umeng": {},
       "ionic-plugin-deeplinks": {
         "URL_SCHEME": "raex",
         "DEEPLINK_SCHEME": "https",
@@ -78,11 +77,12 @@
         "DEEPLINK_4_HOST": " ",
         "DEEPLINK_5_SCHEME": " ",
         "DEEPLINK_5_HOST": " "
-      }
+      },
+      "cordova-plugin-umeng": {}
     },
     "platforms": [
-      "ios",
-      "android"
+      "android",
+      "ios"
     ]
   },
   "dependencies": {

+ 2 - 2
www/index.html

@@ -27,8 +27,8 @@
         }
 
         var version = '1.0.2';
-        var iosCFBundleVersion = '162';
-        var androidVersionCode = '1188';
+        var iosCFBundleVersion = '169';
+        var androidVersionCode = '1189';
         document.addEventListener('deviceready', function () {
             axios.get('https://www.raex.vip/appVersion/getVersion?version=' + version + '&platform=' + cordova.platformId)
                 .then(function (res) {

+ 37 - 0
www/test.html

@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport"
+        content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
+    <title>Document</title>
+    <style>
+        html {
+            background: lightcoral;
+        }
+
+        html,
+        body {
+            height: 100vh;
+            min-height: 100vh;
+        }
+
+        html {
+            position: relative;
+        }
+
+        body {
+            margin: 0;
+            padding: 0;
+            overflow-x: hidden;
+        }
+    </style>
+</head>
+
+<body>
+
+</body>
+
+</html>