I am trying to remove the splash screen completely in the phonegap application for both ios and android. The navigator.hide() function works only after the loading of html page, but i need to remove the splash screen even before that. Please let me know is there any option available for doing this.
I am trying to remove the splash screen completely in the phonegap application for
Share
Cordova 1.6.0– thenavigator.splashscreeninterface has been removed pending cross-platform support. Now You can use :I found it Here : iOS PhoneGap / Cordova – Splash screen control
If you want some other Reference then check PhoneGap Android SplashScreen Just Got Better in the Link.
You can also go through this Google Discussion.
Hope it will be helpful to you.