> Here is a simple test activity that is unable to show www.google.com. > However, www.yahoo.com shows properly. It is strange that the same > URL, "http://www.google.com/" renders just fine in the web browser > application built into the SDK.
This baffled me for the longest time, but somebody pointed out the issue a month or two ago. The Google home page uses Javascript, and WebView does not have Javascript enabled by default. Use WebSettings to enable Javascript, and the Google home page should then work. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

