jquerycordovacordova-pluginscordova-3

Disable splash screen on ios devices cordova


I just wanted to remove splash screen from android and ios devices permanently tried following tricks..and that only works for android. any solution for ios ?

I've installed latest plugin for splashscreen.

Config.xml preferences:

<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashScreenDelay" value="0"/>
<preference name="FadeSplashScreenDuration" value="0"/>

anyone know how can I do that ?


Solution

  • In iOS there is Launch images,

    1. Click on your project from xcode.
    2. go to General
    3. scroll down to App Icons and Launch Images
    4. Change "Launch Screen File" to whatever your first view controller is, i.e. MainViewController

    Your MainViewController will now display instead of the Launch Image.

    Try Like this :-

    Even if you delete it from there.your will experience black or white screen at launch.

    so for better user experience i'll suggest not to delete the splashscreen.

    As it is shown in this answer by Diogo Machado