-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature Request: Initiate a multi-screen experience from a single user activation #98
Comments
As stated in the goals of the new EXPLAINER_initiating_multi_screen_experiences.md,
|
Opening two or more new windows directly in fullscreen would be awesome! |
Thanks for your comment @lcl45 ! What you describe is exactly one of our fundamental goals for this API: allowing an application to open a number of fullscreen windows after a single user activation. |
This is what my company need (my company is a google api partner). |
Thanks for speaking up, @fortheday001 ! All makes sense. Would you want to say more about the application your company makes? |
@morsssss Thanks, I work for VMware Horizon product. We have a strong demand that user only click one button to make all windows enter fullscreen. |
Ah, you're from VMWare. I see why this feature would be crucial for your product! Thanks. |
Also, it would be very useful for me to open an element on multiple screens, instead of this |
Thanks for your comments! There's lots to explore in this space and we would really appreciate detailed use cases to motivate these suggestions. I'll be actively soliciting more directed feedback and brainstorming as we explore this space in the coming months. Regarding |
Hello @michaelwasserman, I've participated in this spec discussion in the past as @nadavsinai. We only extend windows across multiple screens when the screens have same dimensions, for multiple screens of different resolutions/sizes - we use multiple windows. |
Hello @michaelwasserman, thank you for the feedback. |
Sounds like there's a lot of interest in extending a single element across multiple screens. We're not sure quite how this would work, or if it could be made to work reliably, but given the interest we will give this some thought! If you have more detailed ideas about how you'd like to see this work, and how this could work in the way you'd like it to, please add those here. |
An API partner submitted a feature request: the ability to initiate a multi-screen experience from a single user activation.
This is a reasonable request, and there are many avenues of exploration for future API enhancements in this regard.
The API partner's specific request is to request fullscreen on a specific screen, and open a popup window on another screen see https://crbug.com/1233970. This specific request seems highly actionable in the short term, since the requisite API surface already exists, and support only requires modifications of user activation gating, likely adding a separate internal slot for this specific use case, which could be generalized in the future.
Chromium is highly interested in supporting this functionality, and has some functionaly available behind a flag; see the chromestatus entry https://chromestatus.com/feature/5173162437246976.
The text was updated successfully, but these errors were encountered: