rafiqueneelgund / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

WebViewDemo does not connect to URL #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Change to URL address for instance
       mWebView.setWebChromeClient(new MyWebChromeClient());
       mWebView.addJavascriptInterface(new DemoJavaScriptInterface(), "demo");
       mWebView.loadUrl("http://www.google.com");
//mWebView.loadUrl("file:///android_asset/demo.html");

What is the expected output? What do you see instead?
See web page might be temporarily down....

What version of the product are you using? On what operating system?
Use version Android 2.3 or 2.1

Please provide any additional information below.

Original issue reported on code.google.com by otto...@gmail.com on 30 Dec 2010 at 6:40