Hi, I need to solve this problem, if the page does not load, for example, it is non-existent, so I would like to display a custom message instead of see below
Web page not available
The web page at https//domaineaxample.com
Could not be loaded because:
net::ERR_TUNNEL_CONNECTION_FAILED
I use CustomWebView and I need Screen2 or some message to open when the page is not available. I don’t want the user to see this: Web page not available
The web page at
https//domainexample.com
Could not be loaded because:
net::ERR_TUNNEL_CONNECTION_FAILED
I specifically want if the page http://192.168.25.6/index.php is not available then Screen2 will open, if the page http://192.168.25.6/index.php is available it will remain on Screen1. But I don’t know how to do it using CustomWebView