statusBarEnabled property

bool? statusBarEnabled
getter/setter pair

Specifies whether the status bar is displayed.

The status bar is usually displayed in the lower left of the WebView and shows things such as the URI of a link when the user hovers over it and other information. The status bar UI can be altered by web content and should not be considered secure.

The default value is true.

Officially Supported Platforms/Implementations:

Implementation

bool? statusBarEnabled;