Using phonegap 3.1 I\'m trying to hide the splash screen when device is ready:
document.addEventListener(\"deviceready\", onDeviceReady, false); function on
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:
config.xml