Removing splash-screen loading gif from Cordova app
You can remove the loading spinner in Cordova.plist. Set ShowSplashScreenSpinner to false.
Update:
In Cordova 3.0+ adding <preference name="ShowSplashScreenSpinner" value="false" />
to your config.xml will accomplish the same goal.