Replies: 1 comment
-
From the discussion and comment pages-themes/hacker#67 (comment) , it seems better to go with: <!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#252a34">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#252a34">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(originally reported as #406 )
Environment
Expected behavior
Theme colour for header bar is automatically adjusted with chosen "skin".
Other
I am currently using
_includes/head-custom.html
with content:It would be nice if this could be filled automatically depending on the chosen skin. You can find more details what these settings are good for (including screenshots) here, they basically control the header and status bar used by mobile devices when a page is visited:
https://stackoverflow.com/questions/26960703/how-to-change-the-color-of-header-bar-and-address-bar-in-newest-chrome-version-o
This is especially interesting if a dark theme is used for the page and the device uses a bright theme.
Beta Was this translation helpful? Give feedback.
All reactions