Fullscreen Popup Windows #101
Labels
from: Google
Proposed, edited, or co-edited by Google.
proposal withdrawn
topic: web apis
Spec relates to web APIs (entry points for script)
venue: none / personal repository
The venue for discussion is a GitHub repository not affiliated with a standards body.
Request for position on an emerging web specification
Information about the spec
Design reviews and vendor positions
Anything else we need to know
Introduction
This proposal introduces the ability for web applications to open a fullscreen popup window, without the need for a separate calls to
Window.open()
andElement.requestFullscreen()
.The proposed enhancement would allow web applications to create a fullscreen popup window on a target display from a single user activation. The window placement permission will be required for these capabilities.
Proposal
Allow sites with the
window-management
permission to open a fullscreen window on a specified display from a single user gesture. Scripts calling window.open() to request a popup window could also include a new fullscreen boolean window feature.Fullscreen popup requests could also include window bounds features (e.g. left, top, width, height), with positions specified relative to the multi-screen origin, to request that the window be made fullscreen on the screen containing those bounds, and also to be used as the popup window bounds after exiting fullscreen.
Example Code
Basic Example:
The text was updated successfully, but these errors were encountered: