Android Question WebView replaced by an ImageView

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, I have a webview which shows a web page.
How can I replace the webview by an imageview if the URL do not load, mostly because the device is not connected?
How can I know that the URL is not loaded to make the webview not visible and the image visible?

Thanks
 
Top