Contents

webkitIsFullScreen

A Boolean that indicates whether the document is in full-screen mode.

Declaration

readonly attribute boolean webkitIsFullScreen;

Discussion

true if the document is in full-screen mode; otherwise, false.

See Also

Displaying Content Fullscreen