On Mon, Sep 13, 2010 at 12:10 PM, Neilz <[email protected]> wrote: > For example, the content I want to display contains definition links: > > <p>This is a <dfn title='some definition'>definition</dfn></p> > > I've been looking at this for a while now, and can't really think of a > way to capture this in android. The idea would be that when the > relevant word is clicked, the definition pops up. > > Any ideas appreciated!
I would think you would handle that in Javascript and DHTML. At worst, handle it in Javascript and have it call to an object you inject via addJavascriptInterface() if you want native Android widgets to handle the popup. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

