From d37fb9683668f5bab59606b2de35f4c54c5f43d6 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Fri, 25 Jul 2014 11:29:55 -0300 Subject: [PATCH] Seamless transition out splash screen --- index.html | 2 +- mobile/res/xml/config.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 636918f06..3abe358a7 100644 --- a/index.html +++ b/index.html @@ -1036,7 +1036,7 @@ on supported browsers please check http://www.w document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { - navigator.splashscreen.hide(); + setTimeout(function(){ navigator.splashscreen.hide(); }, 2000); } diff --git a/mobile/res/xml/config.xml b/mobile/res/xml/config.xml index a0f283b53..86c57a5ca 100644 --- a/mobile/res/xml/config.xml +++ b/mobile/res/xml/config.xml @@ -11,6 +11,7 @@ +