phonegap 3.1 - Unable to hide splash screen on device ready

后端 未结 6 527
北荒
北荒 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 17:04

    If you're using phonegap build, rather than doing

    cordova plugin add ...
    

    from the command line, you'll need to add the plugin and feature to the config.xml:

    
    
        
        
    
    

提交回复
热议问题