phonegap 3.1 - Unable to hide splash screen on device ready

后端 未结 6 544
北荒
北荒 2020-12-10 16:15

Using phonegap 3.1 I\'m trying to hide the splash screen when device is ready:

document.addEventListener(\"deviceready\", onDeviceReady, false);

function on         


        
6条回答
  •  佛祖请我去吃肉
    2020-12-10 16:59

    Add this:

    
    
    

    The navigator.splashscreen.hide() doesn't work for me either.

    UPDATE: navigator.splashscreen.hide() only works when building online (phonegap build).

提交回复
热议问题