Hi all,
I can use browser to open the http://www.google.com, but I cannot use
webview to open google page.
source code below.
setContentView(R.layout.main);
webview = (WebView) findViewById(R.id.webview);
webview.getSettings().setJavaScriptEnabled(true);
webview.loadUrl("http://www.google.com")
In AndroidManifest.xml, I also add permission. You can look below.
<uses-permission android:name="android.permission.INTERNET" />
I cannot connect web via webvie.
Perhaps, this issue is proxy problem.
Can you give me some suggest to solve this issue?
Thanks,
Charles
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---