-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to use Window Controls Overlay with Tabbed Application Mode #55
Comments
To clarify... if you specify both (it's an array!), in current implementations does the first one win? It doesn't seem like there's anything in the spec(s) that should preclude them from both applying, and it's a matter of the UA deciding how to compose the two if they can apply. |
{
"display_override": [["tabbed", "window-controls-overlay"], "minimal-ui"]
} |
My proposal here would be to allow a site to define their own display names, where the specify exactly what they want. This is in an issue somewhere here... but it would be like:
And then you can specify |
See this section of my original display_overrides explainer: https://github.com/WICG/display-override/blob/main/explainer.md#custom-display-mode-names-with-display-modifiers-style-specification |
I hoped there would have been some movement on this by now, but unfortunately, not. I'm unsure how much work is being carried out on tabs, though, as there has been the display issue with titles for well over a year |
I have been developing a game as a web app which has been using |
Oh wow, over a year since my last comments on this. Agreed, I am still rather disappointed that this was never implemented 😿 |
It's either
"display_override": ["tabbed"]
or"display_override": ["window-controls-overlay"]
, but they are mutually exclusive. Ideally there were a way to use tabbed application mode with customized window controls overlay.The text was updated successfully, but these errors were encountered: