I tried the other day to use WebView to allow users to surf web content within my application. The user would do at most 3 clicks on that environment. As soon as a link the user clicked showed a particular pattern for a file type, the application could come back and process that file.
The problem is that many pages use javascript to look the way they look on the normal browser. When I enabled javascript on the webview, the method overloading shouldOverrideUrlLoading() from WebViewClient would no longer be triggered by user clicks. Is there a more complete WebView conponent that can display javascript and be overloaded to provide an alternative process to load a link ? Thanks -- 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

