cordova-plugin-splashscreen icon indicating copy to clipboard operation
cordova-plugin-splashscreen copied to clipboard

can not disable the splash screen

Open hassan-1993 opened this issue 5 years ago • 7 comments

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

hassan-1993 avatar Apr 01 '19 12:04 hassan-1993

Maybe you should do cordova rm cordova-plugin-splashscreen then?

ChezRD avatar Apr 06 '19 10:04 ChezRD

cordova plugin rm cordova-plugin-splashscreen

mario350cc avatar Apr 10 '19 07:04 mario350cc

@hassan-1993 Did you try removing the plugin to fix your problem?

janpio avatar May 05 '19 17:05 janpio

Yes I have remove the plugin This was giving problem only in 12.1 version

mario350cc avatar May 05 '19 17:05 mario350cc

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?

janpio avatar May 05 '19 17:05 janpio

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

mario350cc avatar May 05 '19 18:05 mario350cc

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.

janpio avatar May 05 '19 18:05 janpio

Closing as stale.

breautek avatar Sep 09 '22 17:09 breautek