W3cubDocs

/Web APIs

WindowControlsOverlayGeometryChangeEvent: visible property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The visible read-only property of the WindowControlsOverlayGeometryChangeEvent 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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
visible 105 105 No No 91 No No No No No No No

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WindowControlsOverlayGeometryChangeEvent/visible