phonegap 3.1 - Unable to hide splash screen on device ready

后端 未结 6 517
北荒
北荒 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:38

    Only thing I can guess is to double check that you have in the head of your HTML that is calling that JS. Sorry, haven't messed with 3.1 yet.

提交回复
热议问题