WKWebView.EstimatedProgress Property

Definition

An estimate of what fraction of the current navigation has been completed.

public virtual double EstimatedProgress { [Foundation.Export("estimatedProgress")] get; }
member this.EstimatedProgress : double

Property Value

Attributes

Remarks

This value ranges from 0.0 to 1.0 based on the total number of bytes expected to be received, including the main document and all of its potential subresources. After a navigation completes, the value remains at 1.0 until a new navigation starts, at which point it is reset to 0.0.

Applies to