Thanks a lot for your answer.
Would you tell me why the simplest URL isn't displayed correctly ?
I can see the DDMS logs and the page is downloaded.
On Apr 4, 1:25 am, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Try using:
>
> w.loadUrl("http://www.google.com/ig?hl=en");
>
> That should work.
>
> Thanks,
> Megha
>
> On Thu, Apr 3, 2008 at 2:35 AM, Diego Torres Milano <[EMAIL PROTECTED]>
> wrote:
>
> > This is really weird !
> > WebView can load and display any web page buthttp://google.com!
> > I've tried this:
>
> > public class WebActivity extends Activity {
>
> > private WebView webView;
>
> > @Override
> > protected void onCreate(Bundle icicle) {
> > super.onCreate(icicle);
>
> > webView = new WebView(this);
> > //webView.loadUrl("http://google.com");
> > webView.loadUrl("http://google.com/ig");
>
> > setContentView(webView);
> > }
>
> > }
>
> >http://google.com/igor any other web page is displayed but loading
> >http://google.comI (you?) only get an empty page.
> > Could this be possible ?
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---