From a6b7582785a396f059be7e901b56845477140558 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 29 Jul 2015 20:49:55 -0400 Subject: switched back to cordovahidesplashscreen to take control of splash and remove white screen --- config.xml | 5 +++-- www/js/app.js | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 23eec92b..ac9d301c 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -15,7 +15,8 @@ - + + diff --git a/www/js/app.js b/www/js/app.js index d90a25c0..a9f0b571 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -402,12 +402,12 @@ angular.module('zmApp', [ } - /*setTimeout(function () { + setTimeout(function () { if (window.cordova) { $cordovaSplashscreen.hide(); } - }, 1500);*/ + }, 1500); if(window.navigator && window.navigator.splashscreen) { window.navigator.splashscreen.hide(); -- cgit v1.2.3