cordova-plugin-splashscreen
cordova-plugin-splashscreen copied to clipboard
can not disable the splash screen
Bug Report
Problem
i am trying to hide and disable the splash screen
What is expected to happen?
All i want is to remove the splash screen screen from the ionic app
What does actually happen?
the splash screen is still showing
Information
Command or Code
To disable the splashscreen i added the following preference to config.xml:
<preference name="SplashScreenDelay" value="0"/>
but it's not working
Maybe you should do cordova rm cordova-plugin-splashscreen
then?
cordova plugin rm cordova-plugin-splashscreen
@hassan-1993 Did you try removing the plugin to fix your problem?
Yes I have remove the plugin This was giving problem only in 12.1 version
So removing the plugin did disable the splash screen successfully?
This was giving problem only in 12.1 version
What does this mean? What problem? Version 12.1 of what?
Sorry I have commented on wrong page
Removing plugin will remove splash screen but it still show the loader
Better solution is remove the plugin but still upload splash screen images from xcode
That is an iOS thing called "Launch Screen" that can not be changed. This plugin is about adding a splash screen shown after the launch screen while your app is loading.
Closing as stale.