Contents

scalesPageToFit

A Boolean value determining whether the webpage scales to fit the view and the user can change the scale.

Declaration

var scalesPageToFit: Bool { get set }

Discussion

If true, the webpage is scaled to fit and the user can zoom in and zoom out. If false, user zooming is disabled. The default value is false.

See Also

Setting web content properties