I have built an ios hybrid application using cordova 5.0.0. Whenever i launch the application the default cordova splash screen is there on the screen for some time. I want to restrict that. I have my custom screen in place of splash screen so i want to remove the splashscreen completely.
I have tried navigator.splashscreen.hide();
as i have used cordova splashscreen plugin but no success.
Any help to remove the splash screen completely from my app