Back to Content

WindowControlsOverlayGeometryChangeEvent: visible property

files/en-us/web/api/windowcontrolsoverlaygeometrychangeevent/visible/index.md

latest625 B
Original Source

{{APIRef("Window Controls Overlay API")}}{{SeeCompatTable}}

The visible read-only property of the {{domxref("WindowControlsOverlayGeometryChangeEvent")}} interface is a boolean flag that indicates whether the window controls overlay is visible or not in a desktop-installed Progressive Web App.

If the user opts-out of the Window Controls Overlay feature, the default title bar appears and the window controls buttons do not appear as an overlay, in which case the visible flag is false.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}