Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The WindowControlsOverlay interface of the Window Controls Overlay API exposes information about the geometry of the title bar area in desktop Progressive Web Apps, and an event to know whenever it changes. This interface is accessible from Navigator.windowControlsOverlay.
EventTarget WindowControlsOverlayA Boolean that indicates whether the window controls overlay is visible or not.
Returns the size and position of the title bar.
Listen to these events using EventTarget.addEventListener() or by assigning an event listener to the relevant oneventname property of this interface.
geometrychangeFired when the geometry of the title bar area changes.
| Window Controls Overlay # windowcontrolsoverlay-interface |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Dec 10, 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.