UIWebView.ScalesPageToFit Property

Definition

Whether the user may zoom in or out of the web page.

public virtual bool ScalesPageToFit { [Foundation.Export("scalesPageToFit")] get; [Foundation.Export("setScalesPageToFit:")] set; }
member this.ScalesPageToFit : bool with get, set

Property Value

Attributes

Remarks

If true, then the page is scaled to file the screen and the user may zoom in and out. false means that zooming is disabled.

Applies to