pageZoom property
The scale factor by which the web view scales content relative to its bounds.
The default value of this property is 1.0
, which displays the content without any scaling.
Changing the value of this property is equivalent to setting the CSS zoom
property on all page content.
NOTE: available on iOS 14.0+.
Implementation
double pageZoom;