WICG / window-controls-overlay

https://wicg.github.io/window-controls-overlay/
Other
99 stars 20 forks source link

Dynamically updating 'theme-color' meta tag no longer changes theme color of window controls #18

Closed yrnehli closed 3 years ago

yrnehli commented 3 years ago

Microsoft Edge | 92.0.902.55 (Official build) (64-bit)

This only seems to occur with PWAs which have web app manifests that declares Window Controls Overlay as a display override.

In Edge 91, dynamically changing the 'theme-color' meta tag through JS worked fine. The theme color of the window controls would update.

In Edge 92, this no longer happens. The theme color of the window controls stays the same as the theme color that was initially set in the web manifest.

image

yrnehli commented 3 years ago

Fixed in 93/94.

See https://bugs.chromium.org/p/chromium/issues/detail?id=1213973.