Window: visualViewport property
The visualViewport
read-only property of the Window
interface returns a VisualViewport
object representing the visual viewport for a given window, or null
if current document is not fully active.
Value
A VisualViewport
object.