[ 
https://issues.apache.org/jira/browse/CB-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128255#comment-15128255
 ] 

Core Elements commented on CB-8396:
-----------------------------------

Well technicly speaking it's not producing a blank project .. It just hides the 
splashscreen and shows the current view. But at that moment my app is doing 
some stuff and the view is just an empty view .. hence "blank"

I used this one

cordova plugin rm splashscreen && cordova plugin add 
https://github.com/apache/cordova-plugin-splashscreen

Wich resolved to 3.1.1-dev

Device Android version : 5.1.1
Cordova android version : android 4.1.1

Some ionic info : 

Cordova CLI: 5.4.1
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.0
Ionic CLI Version: 1.7.13
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.3 
ios-sim version: 5.0.4 
OS: Mac OS X El Capitan
Node Version: v4.2.2
Xcode version: Xcode 7.2 Build version 7C68 


> Add AutoHideSplashScreen logic to Android's Splashscreen
> --------------------------------------------------------
>
>                 Key: CB-8396
>                 URL: https://issues.apache.org/jira/browse/CB-8396
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin SplashScreen
>    Affects Versions: Master
>         Environment: Android 5.0.1 emulator. 
>            Reporter: Tom A
>              Labels: android
>
> In config.xml I've set:
> {code:title=config.xml|borderStyle=solid}
> <preference name="AutoHideSplashScreen" value="false" />`
> {code}
> 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: 
> {code:title=SplashScreen.java|borderStyle=solid}
> preferences.getBoolean("AutoHideSplashScreen", false);
> {code}
> Maybe this has something to do with it?
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to