Skip to content

Commit

Permalink
Don't make the iOS status bar translucent in light mode as the text w…
Browse files Browse the repository at this point in the history
…ill light on light color

Currently, there's no way to make the text dark with translucent background:
https://stackoverflow.com/questions/39749015/apple-mobile-web-app-status-bar-style-in-ios-10#40786240
  • Loading branch information
xMartin committed May 31, 2023
1 parent faa8a53 commit 6dc8792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#131313" media="(prefers-color-scheme: dark)">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Grouptabs</title>
Expand Down

0 comments on commit 6dc8792

Please sign in to comment.