You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/28 21:14:01 UTC

[GitHub] [cordova-plugin-splashscreen] distinctdan opened a new issue #188: Splashscreen leaves semi-transparent white overlay after hiding

distinctdan opened a new issue #188: Splashscreen leaves semi-transparent white overlay after hiding
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/188
 
 
   ## Problem
   The splashscreen is hiding correctly, but after it hides, it leaves behind a transparent white overlay that is making all my colors look ugly and washed out. Here are some screenshots of no splashscreen and with splashscreen:
   
   No splashscreen plugin:
   ![Screenshot_20190328-165749](https://user-images.githubusercontent.com/10030156/55192821-d5204580-517b-11e9-8e69-c24c7744c669.png)
   
   With splashscreen plugin:
   ![Screenshot_20190328-165858](https://user-images.githubusercontent.com/10030156/55192836-e10c0780-517b-11e9-8ee0-3664923ee4b0.png)
   
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   Here is my splashscreen config lines:
   ```
       <preference name="Fullscreen" value="true" />
       <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="SplashScreenDelay" value="10000" />
       <preference name="SplashShowOnlyFirstTime" value="false" />
       <preference name="ShowSplashScreenSpinner" value="false" />
       <preference name="AutoHideSplashScreen" value="false" />
   ```
   I'm hiding it with `navigator.splashscreen.hide();` after deviceready fires.
   
   ### Version information
   OS: Android 8.1.0
   Cordova-CLI: 9.0.0
   Cordova android platform: 8.0.0
   Cordova-plugin-splashscreen: 5.0.2
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org