You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Core Elements (JIRA)" <ji...@apache.org> on 2016/02/02 04:34:39 UTC

[jira] [Created] (CB-10501) Splashscreen doesn not hide on command in IOS

Core Elements created CB-10501:
----------------------------------

             Summary: Splashscreen doesn not hide on command in IOS
                 Key: CB-10501
                 URL: https://issues.apache.org/jira/browse/CB-10501
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugin SplashScreen
    Affects Versions: 3.1.0
         Environment: ionic
ngcordova
            Reporter: Core Elements


after updating from 3.0.0 to 3.1.0 I've noticed that

$cordovaSplashscreen.hide();
or
navigator.splashscreen.hide();

doesn't work any more. It doesn't hide the splashscreen anymore.

my config.xml

  <preference name="SplashScreen" value="screen"/>
  <preference name="ShowSplashScreenSpinner" value="true"/>
  <preference name="AutoHideSplashScreen" value="false"/>
  <preference name="SplashScreenDelay" value="50000"/>
  <preference name="FadeSplashScreen" value="false"/>
  

so it ignores the hide() command, but still it waits untill SplashScreenDelay is reached

all is fine on Android.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org