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

Sergey Shakhnazarov commented on CB-10422:
------------------------------------------

[[email protected]], possible reason is that both SplashScreenDelay and 
FadeSplashScreenDuration defaults to 3000 msec and FadeSplashScreen now 
defaults to true like iOS.
So 
[effectiveSplashScreenDuration|https://github.com/apache/cordova-plugin-splashscreen/blob/5b3c2c8b1423eb1f17adf1c89da50edfc46c2406/src/android/SplashScreen.java#L267]
 = splashscreenTime - fadeSplashScreenDuration = 0, so that the splash is not 
shown with the default config.
You can set <preference name="FadeSplashScreen" value="false"/> to restore the 
previous behavior or to set <preference name="FadeSplashScreenDuration" 
value="500"/> for example.

[[email protected]], could you please confirm if the config was the issue?

> cordova-plugin-splashscreen display black screen with no image
> --------------------------------------------------------------
>
>                 Key: CB-10422
>                 URL: https://issues.apache.org/jira/browse/CB-10422
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>    Affects Versions: 3.1.0
>         Environment: *Mobile OS:* Android 5.1.1
> *Device:* Samsung Galaxy S6 Edge
> *Development Environment:*
> PC/Windows 10 Enterprise & Cordova v5.4.1
>            Reporter: Jared Wuliger
>              Labels: android5.1, cordova, reproduced, splashscreen, triaged, 
> wfc
>
> I have no idea where else to pose this issue as the GitHub page directs you 
> here.
> As soon as I upgraded the cordova-plugin-splashscreen to the latest v3.1 The 
> splash image would no longer display. Many efforts to find a solution have 
> failed. Reverting back to version 3.0.0 causes the splash screen to work 
> again. Not sure if this is an isolated issue, or if this is happening to 
> other developers.



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