summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml2
-rw-r--r--www/js/app.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index 271fdcf5..9e3a0a9e 100644
--- a/config.xml
+++ b/config.xml
@@ -19,7 +19,7 @@
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="deployment-target" value="7.0" />
- <preference name="SplashScreenDelay" value="2000" />
+ <preference name="SplashScreenDelay" value="300" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="BackgroundColor" value="0xff555555"/>
<feature name="StatusBar">
diff --git a/www/js/app.js b/www/js/app.js
index f7bf544b..62ac5acc 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1169,7 +1169,7 @@ angular.module('zmApp', [
if (window.cordova) {
$cordovaSplashscreen.hide();
}
- }, 1500);
+ }, 300);
/*if(window.navigator && window.navigator.splashscreen) {
window.navigator.splashscreen.hide();