Seamless transition out splash screen

This commit is contained in:
Yemel Jardi 2014-07-25 11:29:55 -03:00
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>