Seamless transition out splash screen

This commit is contained in:
Yemel Jardi 2014-07-25 11:29:55 -03:00
parent 19f57e614c
commit d37fb96836
2 changed files with 2 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ on supported browsers please check <a href="http://www.webrtc.org/">http://www.w
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
navigator.splashscreen.hide();
setTimeout(function(){ navigator.splashscreen.hide(); }, 2000);
}
</script>

View File

@ -11,6 +11,7 @@
<content src="index.html" />
<preference name="loglevel" value="DEBUG" />
<preference name="splashscreen" value="screen" />
<preference name="splashScreenDelay" value="10000" />
<preference name="backgroundColor" value="0x2C3E50" />
<feature name="App">
<param name="android-package" value="com.bitpay.copay" />