[android-developers] Re: WebView does not load the url

2009-01-07 Thread Mark Murphy
Javascript is disabled by default in WebView, and you are loading a page that requires Javascript. Either change the page or enable Javascript: getSettings().setJavaScriptEnabled(true) Eugene wrote: I am trying to perform a simple task - load a URL into my activity. When I start the

[android-developers] Re: WebView does not load the url

2009-01-07 Thread Eugene
Thanks! That helped. Does WebView have similar restrictions regarding password-protected websites? Where, in general, should I look for what may be preventing the page from being loaded? Does WV post error messages in some log? --~--~-~--~~~---~--~~ You received