VisualViewport: offsetLeft property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021.
Please take two minutes to fill out our short survey.
The offsetLeft
read-only property of the VisualViewport
interface returns the offset of the left edge of the visual viewport from the left edge of the layout viewport in CSS pixels, or 0
if current document is not fully active.
Value
A double.
Specifications
Specification |
---|
CSSOM View Module # dom-visualviewport-offsetleft |