Okay lets see its WebVIewClient

public void onReceivedError(WebView view, int errorCode, String
description, String failingUrl)
             {
                         Toast.makeText(myApp, "Oh no! Load Error " + 
description,
Toast.LENGTH_SHORT).show();
                        }

You need to initialize Context myApp to use that code block
plus set up WebViewClient



On Feb 20, 11:04 am, j <[email protected]> wrote:
> Can Webview tell me that I didn't get a HTTP 200 OK HTTP response
> code?
>
> I really don't want to display the Android Web Page Not Available
> screen inside my app.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to