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 dark mode is selected on the iOS settings, if you have a white background, using styleDefault will use light text instead of dark. Also tested using styleBlackOpaque with the same behaviour.
When dark mode is disabled, styleDefault will use dark text as expected.
Probably a new function styleDarkContent is needed.
What is expected to happen?
Using styleDefault should use dark text.
What does actually happen?
Using styleDefault will use light text instead of dark.
Information
Open iOS system settings and set dark mode.
Open the app, and check white over white is applied.
Hey all, we're using this plugin and are encountering issues in ios dark mode and would like to have a dark statusbar text on light background. Afais this is what Tobias implemented. Could somebody review his merge request?
Bug Report
Problem
When dark mode is selected on the iOS settings, if you have a white background, using styleDefault will use light text instead of dark. Also tested using styleBlackOpaque with the same behaviour.
When dark mode is disabled, styleDefault will use dark text as expected.
Probably a new function styleDarkContent is needed.
What is expected to happen?
Using styleDefault should use dark text.
What does actually happen?
Using styleDefault will use light text instead of dark.
Information
Command or Code
Environment, Platform, Device
Using latest version 2.4.3
iOS 14.5 or 14.6
Version information
Checklist
The text was updated successfully, but these errors were encountered: