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.
Implementation
bool? networkAvailable;
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.
bool? networkAvailable;