[
https://issues.apache.org/jira/browse/CB-12099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15780342#comment-15780342
]
ASF GitHub Bot commented on CB-12099:
-------------------------------------
Github user cordova-qa commented on the issue:
https://github.com/apache/cordova-plugin-splashscreen/pull/121
Cordova CI Build has completed successfully.
**Commit** -
[Link](https://github.com/apache/cordova-plugin-splashscreen/pull/121/commits/ab12462b4186d77099c5eb20d7fde9fe807017cb)
**Dashboard** -
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38/)
| Builder Name | Console Output | Test Report | Device Logs |
| :---: | :---: | :---: | :---: |
| [Windows 8.1 Store](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-store/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-store/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-store/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-store/artifact/)
|
| [Windows 10 Store](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-10-store/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-10-store/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-10-store/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-10-store/artifact/)
|
| [Windows 8.1 Phone](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-phone/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-phone/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-phone/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=windows-8.1-phone/artifact/)
|
| [iOS](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=ios/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=ios/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=ios/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=ios/artifact/)
|
| [Android](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=android/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=android/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=android/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/38//PLATFORM=android/artifact/)
|
> [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker
> -----------------------------------------------------------------
>
> Key: CB-12099
> URL: https://issues.apache.org/jira/browse/CB-12099
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin SplashScreen
> Affects Versions: 4.0.0
> Reporter: Matt Thompson
> Priority: Minor
>
> I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0)
> (https://github.com/apache/cordova-plugin-splashscreen).
> The various splash screen images I set are displaying on both Android and iOS
> devices. However, on Android devices there is a white flash between the
> splash screen images and my app loading.
> In my Cordova config.xml file, I have the following lines for the splash
> screen:
> {code:xml}
> <preference name="SplashScreenDelay" value="2000" />
> <preference name="ShowSplashScreenSpinner" value="false" />
> {code}
> I tried disabling the splash screen image from automatically hiding and
> increasing the delay before the splash screen hides by adding the additional
> following lines to config.xml:
> {code:xml}
> <preference name="AutoHideSplashScreen" value="false" />
> <preference name="SplashScreenDelay" value="10000" />
> {code}
> Because auto hide is false and the delay is 10 seconds, I should see the
> static loading image for a full 10 seconds, but on both iOS and Android it
> only displays for a second or two. I'm guessing that is the root of the
> problem.
> Once auto hide can be disabled, I hoped to manually trigger hiding the splash
> screen within my app's main init function using:
> {code:javascript}
> navigator.splashscreen.hide();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
