Skip to content
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

Entering fullscreen without transient activation #234

Open
michaelwasserman opened this issue Jan 25, 2024 · 0 comments
Open

Entering fullscreen without transient activation #234

michaelwasserman opened this issue Jan 25, 2024 · 0 comments
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest

Comments

@michaelwasserman
Copy link

michaelwasserman commented Jan 25, 2024

What problem are you trying to solve?

Web applications might want to enter fullscreen without transient activation, to implement advanced windowing capabilities. For example, a virtual desktop client might automatically extend a fullscreen session onto a newly connected display, or make content fullscreen on two displays at once.

What solutions exist today?

There is no adequate solution today, but some capabilities are pertinent:

How would you solve it?

Extend step #5 of the Element.requestFullscreen() algorithm to accommodate user agent configurations that permit fullscreen requests without transient activation. See this Explainer for more detail.

Anything else?

This compliments #161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest
Development

No branches or pull requests

1 participant