Re: [android-developers] How to load url in webview.

2010-06-13 Thread Sohan badaya
Hi All, Above code not working in my system because of proxy problem. Is anyone know how to set behind proxy in emulator. Thanks Sohan Badaya On Fri, Jun 11, 2010 at 7:52 PM, Sohan badaya wrote: > Hi, > > Thanks for reply, > I will try this code behind proxy. > Hope this will work. > > Sohan B

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi, Thanks for reply, I will try this code behind proxy. Hope this will work. Sohan Badaya On Fri, Jun 11, 2010 at 7:38 PM, Mark Murphy wrote: > Sohan badaya wrote: > > Hi, > > > > Thanks for reply, > > Yes i have written internet permission in menifest file. > > Try other Web pages. > > You m

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Sohan badaya wrote: > Hi, > > Thanks for reply, > Yes i have written internet permission in menifest file. Try other Web pages. You mentioned a proxy server. AFAIK, whatever setting you have for the device proxy will be used by WebView. I do not see where you can configure a separate proxy for t

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi, Thanks for reply, Yes i have written internet permission in menifest file. Sohan Badaya On Fri, Jun 11, 2010 at 7:09 PM, Mark Murphy wrote: > Sohan badaya wrote: > > "Not working means" I am getting blank white screen. > > When i hit url in browser of emulator, it works so internet connec

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Sohan badaya wrote: > "Not working means" I am getting blank white screen. > When i hit url in browser of emulator, it works so internet connection > is perfectly fine. Do you have the INTERNET permission in your manifest? Does LogCat have any information? You can access LogCat via adb logcat, D

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Sohan badaya
Hi, Thanks for reply. "Not working means" I am getting blank white screen. When i hit url in browser of emulator, it works so internet connection is perfectly fine. Can it be proxy issue. Sohan Badaya On Fri, Jun 11, 2010 at 6:59 PM, Mark Murphy wrote: > Would you mind telling us how it is "n

Re: [android-developers] How to load url in webview.

2010-06-11 Thread Mark Murphy
Would you mind telling us how it is "not working"? Sohan badaya wrote: > Below code not working in my system. > > public class WebViewDemo extends Activity { > /** Called when the activity is first created. */ > @Override > public void onCreate(Bundle savedInstanceState) { > s