Jason, Thanks for the response. This is turning into a *thing* now. I'm starting to think it can't be done or there is a serious bug in Android that won't let it work.
But my question now is, can I use a webview like a textview? I have a textview I use as a 'title bar' header, and another textview below scrolls in a scrollview. I assume I can do things like that. But what about building the contents? I use a textview because I have tons of data in a string-array that I insert in the textview. Is there some site that is a good primer on building an html page in a webview on the fly in android? Ken On Sep 3, 11:21 am, Jason Proctor <[email protected]> wrote: > i'm not sure whether this is possible in a TextView, but in a > WebView, you can override the handling of clicks on URLs and do > pretty much whatever you like. > > check out WebViewClient.shouldOverrideUrlLoading(). > > >Is it possible to use a hyperlink in android to do something other > >than open a web page? I want to use a hyperlink in a TextView to > >luanch a new activity, or something along those lines. I have a large > >document and I want to let the user jump to references within the doc > >(like a footnote or something). Can this be done? > > >Ken > > -- > jason.vp.engineering.particle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

