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

White status bar with iOS15 bottom toolbar #1773

Open
danielhelmstedt opened this issue Dec 29, 2021 · 3 comments
Open

White status bar with iOS15 bottom toolbar #1773

danielhelmstedt opened this issue Dec 29, 2021 · 3 comments

Comments

@danielhelmstedt
Copy link

A couple HTML things going on here (iPhone 12/Safari 15, and as a PWA)

changing the options in
<meta name="apple-mobile-web-app-status-bar-style" content="black"> (black, black-transparent etc) doesn't seem to be changing the status bar color. It also doesn't seem to be respecting
<meta content="viewport-fit=cover" name="viewport"> as this should fill the notch area with the page background

Also, to recognise the device's system light/dark mode setting,
<meta name="theme-color" content="#xxxxxx">
should become
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)">

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@causefx
Copy link
Owner

causefx commented Jan 16, 2022

l take a look at this

@issues-guy
Copy link

Issue still persists with Organizr 2.1.2370 and iOS16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants