RESOLVED MOVED 210597
Status bar translucent colors need fixing since dark mode is a thing
https://bugs.webkit.org/show_bug.cgi?id=210597
Summary Status bar translucent colors need fixing since dark mode is a thing
Thomas Steiner
Reported 2020-04-16 05:37:35 PDT
The behavior of `<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">` is very confusing (at least) since dark mode is a thing. Text actually renders white instead of black. Screenshot: https://user-images.githubusercontent.com/145676/79332402-10271f80-7f1d-11ea-814d-2545a7ba0221.png It turns out that the undocumented value `white-translucent` renders text in black. Ideally, this should simply be `translucent`, and iOS should render the text in the correct color dependent on the color scheme.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-04-16 12:56:33 PDT
Luming Yin
Comment 2 2020-09-01 02:37:22 PDT
The `black-translucent` tag has been deprecated, and the `white-translucent` is not a supported value. Can you please try <meta name="apple-mobile-web-app-status-bar-style" content="white"> instead?
Brent Fulgham
Comment 3 2022-02-10 16:07:12 PST
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'. However, that component believes that it is behaving correctly.
Note You need to log in before you can comment on or make changes to this bug.