PageMediaData
Represents the environmental metrics of a page or window.
This data is updated whenever the platform window or layout changes, such as when rotating a device, resizing a browser window, or adjusting system UI elements like the keyboard or safe areas.
Properties
-
device_pixel_ratio
(float
) –The number of device pixels for each logical pixel.
-
padding
(Padding
) –The space surrounding the entire display, accounting for system UI
-
view_insets
(Padding
) –Areas obscured by system UI overlays, such as the on-screen keyboard
-
view_padding
(Padding
) –Similar to
padding
, but includes padding that is always reserved