Hmm... I thought the docs said that returning false means that I
haven't handled it and that normal handling would proceed.  I might
have misunderstood...

Marc

On Mar 6, 11:10 am, Faber Fedor <faberfe...@gmail.com> wrote:
> 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 <gram...@gmail.com> 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 Jerseyhttp://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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to