Seamless transition out splash screen
This commit is contained in:
parent
19f57e614c
commit
d37fb96836
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue