chack444 opened a new issue, #273:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/273

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   When not in dark mode, after the splashscreen the status bar should show 
dark text (on light background)
   
   ### What does actually happen?
   
   The text is shown as white on white.
   
   ## Information
   
   We have tried a delay of 500ms as a workaround, which fixes the text color 
problem, but leads to a visible flickering. Setting `<preference 
name="FadeSplashScreen" value="false"/>` was meantioned as a workaround in 
[this issue](https://github.com/apache/cordova-plugin-statusbar/issues/266), 
but we can't use that either.
   
   iOS doesn't have the problem.
   
   ### Command or Code
   
   `window.StatusBar.backgroundColorByHexString("#fff");
    window.StatusBar.styleDefault();`
   
   ### Environment, Platform, Device
   
   Pixel 4a
   Android 13
   
   ### Version information
   
   cordova 12.0.0
   cordova-android 12.0.1
   
   ## 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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to