diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-12 17:24:01 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-12 17:24:01 -0500 |
| commit | 528e85b8d4bd17c72b4f20ba488a80607a4afd7b (patch) | |
| tree | 56dd04de0983e595d0e64ec7b3813883c379481e | |
| parent | 2c494f5acd85c8b940b12b2c9b5406ec8755da34 (diff) | |
#190 - 300ms
Former-commit-id: 97d9f88732ba537f61bd104ca7dd217f114e96b3
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | www/js/app.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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(); |
