Myeongwon-Kang/apps-for-android

WebViewDemo does not connect to URL

Opened this issue · 0 comments

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