networkAvailable property
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.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.setNetworkAvailable)
Implementation
bool? networkAvailable;