Using phonegap 3.1 I\'m trying to hide the splash screen when device is ready:
document.addEventListener(\"deviceready\", onDeviceReady, false);
function on
Are you using the CLI to add the SplashScreen plugin? You have to add the plugin with $ cordova plugin add org.apache.cordova.splashscreen (copy the plugin code from plugins.cordova.io into /yourApp/plugins/org.apache.cordova.splashscreen/ and then later cordova build to copy the plugin code into the appropriate platform location.