You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature is implemented, and changes how PWAs look on desktop quite a lot. It gives web authors opportunities to really make their apps "native"-looking. It's important to document the various APIs that it depends on.
All of the PRs have now been merged. So I'll close this issue.
The only outstanding task is to update MDN's dependency to BCD so that the right compat-data/specs information shows up.
What is the new suggestion?
I'm proposing to add some documentation content for the Window Controls Overlay feature of PWAs.
This feature is implemented in Chromium, and while it's been on origin trial up until now, is going to be globally available in Chrome and Edge soon.
It allows PWAs on desktop to make use of the top window area normally reserved for the title bar.
The feature is documented in these places right now:
And is spec'd as a WICG explainer: https://github.com/WICG/window-controls-overlay/blob/main/explainer.md and wicg spec draft: https://wicg.github.io/window-controls-overlay/
Why is it important or useful?
The feature is implemented, and changes how PWAs look on desktop quite a lot. It gives web authors opportunities to really make their apps "native"-looking. It's important to document the various APIs that it depends on.
The main changes that would be needed are:
display_overrides
member to https://developer.mozilla.org/en-US/docs/Web/Manifestwindow-controls-overlay
value on thedisplay_overrides
pagetitlebar-area-*
environment variables to https://developer.mozilla.org/en-US/docs/Web/CSS/env()navigator.windowControlsOverlay
APIThe text was updated successfully, but these errors were encountered: