I can't speak for WebView. Point a browser at http://commonsware.com/sampleto see a page that uses links to be picked up by the sample app's activity.
Mark Murphy [email protected] On Nov 7, 2011 9:12 AM, "Neilz" <[email protected]> wrote: > Right, so if I'm looking at the correct part of the sample, you end up > logging a strange 'intent' url, like this: > > intent:#Intent;action=com.commonsware.android.MY_ACTION;end > > I'm not sure what I do with this... I've tried using it in a link, as > another sample suggested, but I just get a 'Web page not available' > error. Here's my own example: > webView.loadData("<a > href='intent:#Intent;action=com.commonsware.android.MY_ACTION;end'>Hello > World!</a>", "text/html", "utf-8"); > > > On Nov 7, 4:45 pm, Mark Murphy <[email protected]> wrote: > > I have one inhttp:// > github.com/commonsguy/cw-advandroid/Introspection/URLHandler(though > > that URL is from memory, as I am sitting in a conference keynote right > > now...) > > -- > 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 > -- 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

