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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to