You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: