Cordova splash screen eliminar


¿Es posible desactivar la pantalla de bienvenida por defecto Cordova, he eliminado el plugin, pero la pantalla de bienvenida por defecto para el iphone todavía se muestra y para la pantalla blanca de Android se muestra.¿Se puede eliminar por completo?

Author: artur, 2015-04-06

5 answers

En su config.xml cambie el valor a ninguno en la siguiente línea

<preference name="SplashScreen" value="none"/>
 72
Author: Viky293,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-02-24 10:03:13
cordova plugin -rm cordova-plugin-splashscreen
 6
Author: mirrrael,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-02-24 10:03:19

Puede probar el comando para eliminar cordova splash screen

cordova plugin rm cordova-plugin-splashscreen
 5
Author: Ratnam Yadav,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-07-21 06:21:01

Prueba esto

<preference name="SplashScreenDelay" value="0" />

Puede agregar esto al archivo intelxdk.config.additions.xml.

 0
Author: Abed Putra,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-02-24 10:03:35

Esto definitivamente eliminará la pantalla de bienvenida de su proyecto

cordova plugin rm cordova-plugin-splashscreen

 0
Author: Puspad sharma,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2018-07-28 13:50:43