What's odd about that behavior? IIUC, you're saying "when the user clicks on something, don't do anything".
On Fri, Mar 6, 2009 at 1:22 PM, Marc <[email protected]> wrote: > > So I've got a WebView, and in its content is a phone number. I > hightlight it and click - voila, taken to the phone app. > > Now, all I do is add this code: > > wv.setWebViewClient(new WebViewClient() { > @Override > public boolean shouldOverrideUrlLoading(WebView view, > String > url) { > return false; > } > }); > > and hey, presto!, clicks no longer work. > > Can anyone repro/explain this odd behavior? > > Thanks. > > Marc > > > > > -- Faber Fedor Linux New Jersey http://linuxnj.com faberfedor.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

