Skip to content

Commit

Permalink
Chrome Android 92+ fully supports theme-color (#25353)
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
jamesnw and caugner authored Dec 10, 2024
1 parent 4327d2b commit e4ad8fb
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions html/elements/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,15 +472,22 @@
},
{
"version_added": "39",
"version_removed": "72",
"version_removed": "73",
"partial_implementation": true,
"notes": "Chrome reports support, but does not actually use the color anywhere."
}
],
"chrome_android": {
"version_added": "80",
"notes": "Chrome for Android does not use the color on devices with native dark mode enabled."
},
"chrome_android": [
{
"version_added": "92"
},
{
"version_added": "39",
"version_removed": "92",
"partial_implementation": true,
"notes": "Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity."
}
],
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down

0 comments on commit e4ad8fb

Please sign in to comment.