Mariano Kamp wrote: > *bump* > > On Fri, Nov 6, 2009 at 5:40 PM, Mariano Kamp <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > is there any way to launch a context menu on the links in a > WebView that knows about the links it is launched upon? I would like > to launch a context menu on links that I can then open in the actual > Android browser or send the link by email etc.
I am not aware of a way to control the option menu on a per-link basis. However, you can implement an option menu generally on the WebView, then try calling getHitTestResult() on the WebView, which may give you the information you seek. I haven't tried this, so I have no idea how well it will work. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

