Keith Crozier wrote: > My application is an Android application which launches a web 2.0 > application for the Android Market using WebView. The web 2.0 > application works perfectly on my G1 when run with the G1 browser. > When I run my Android application, it loads the initial screen and > then freezes. Tapping or Menu do nothing. The app is fairly complex > with a lot of Javascript.
Do you have the INTERNET permission in your AndroidManifest.xml file? Have you enabled Javascript in your WebView? Can you display any other Web pages from your WebView, or is the problem limited to your own site? Do the logs (adb logcat, etc.) show any errors? -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 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 -~----------~----~----~----~------~----~------~--~---

