I am trying to kill the whitescreen which automatically loads for two secs after I launch my phonegap application after the splash screen before the login page.
I have tried the AutoHideSplashScreen to NO
and added navigator.splashscreen.hide();
in the login.html as referenced in the below reference. But it killed the splash screen instead of white screen. Now on launching the app it takes directly to login.html without a splash screen. Please help me out killing the default white screen between splash screen and login.html.
how to to kill the white flickering splashscreen at the start of phonegap iOS app?