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

[jira] [Created] (CB-8396) AutoHideSplashScreen not working on Android

Tom A created CB-8396:
-------------------------

             Summary: AutoHideSplashScreen not working on Android
                 Key: CB-8396
                 URL: https://issues.apache.org/jira/browse/CB-8396
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin SplashScreen
    Affects Versions: Master
         Environment: Android 5.0.1 emulator. 
            Reporter: Tom A


In config.xml I've set:

`<preference name="AutoHideSplashScreen" value="false" />`

This has no effect on the Android platform. Splash screen autohides after 3 seconds (the default SplashScreenDelay).

Tested on Android 5.0.1.

If I look at the code here [https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/android/SplashScreen.java] I'd expect to see something like this somewhere: 

```java
preferences.getBoolean("AutoHideSplashScreen", false);
``` 

If you need any more info, please let me know.



--
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