Skip to content

Commit e4ad8fb

Browse files
jamesnwcaugner
andauthored
Chrome Android 92+ fully supports theme-color (#25353)
Co-authored-by: Claas Augner <[email protected]>
1 parent 4327d2b commit e4ad8fb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

html/elements/meta.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,22 @@
472472
},
473473
{
474474
"version_added": "39",
475-
"version_removed": "72",
475+
"version_removed": "73",
476476
"partial_implementation": true,
477477
"notes": "Chrome reports support, but does not actually use the color anywhere."
478478
}
479479
],
480-
"chrome_android": {
481-
"version_added": "80",
482-
"notes": "Chrome for Android does not use the color on devices with native dark mode enabled."
483-
},
480+
"chrome_android": [
481+
{
482+
"version_added": "92"
483+
},
484+
{
485+
"version_added": "39",
486+
"version_removed": "92",
487+
"partial_implementation": true,
488+
"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."
489+
}
490+
],
484491
"edge": "mirror",
485492
"firefox": {
486493
"version_added": false

0 commit comments

Comments
 (0)