Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text color not correct after splash screen #273

Open
3 tasks done
chack444 opened this issue Sep 5, 2024 · 0 comments
Open
3 tasks done

Text color not correct after splash screen #273

chack444 opened this issue Sep 5, 2024 · 0 comments

Comments

@chack444
Copy link

chack444 commented Sep 5, 2024

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

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant