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