Contents

pageZoom

The scale factor by which the web view scales content relative to its bounds.

Declaration

var pageZoom: CGFloat { get set }

Discussion

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.

See Also

Scaling content