networkAvailable property

bool? networkAvailable
getter/setter pair

Informs WebView of the network state. This is used to set the JavaScript property window.navigator.isOnline and generates the online/offline event as specified in HTML5, sec. 5.7.7.

Implementation

bool? networkAvailable;