In my WebView app I want to have a custom onReceivedError screen.
Instead I want to launch a custom xml defined view with the possibility to do some actions. (Much easier from the same class as the webview).
What is the most simple and reliable replacement for this screen? Dialog or some sort of setContentView? It would look much better if the standard "web page not found" is never shown.