Using phonegap 3.1 I\'m trying to hide the splash screen when device is ready:
document.addEventListener(\"deviceready\", onDeviceReady, false); function on
Add this:
The navigator.splashscreen.hide() doesn't work for me either.
UPDATE: navigator.splashscreen.hide() only works when building online (phonegap build).