On Mon, Jul 16, 2012 at 3:43 PM, Kristopher Micinski <[email protected]> wrote: > On Mon, Jul 16, 2012 at 9:40 AM, Bunty syed <[email protected]> wrote: >> Sorry if i presented the content wrong way. >> Let me put this way.. >> >> If I open a webview in my app using webview android widget that means >> control is still in my application. >> Now if in the webview, some link is long pressed then android will pop up a >> context menu with some options to share. >> I want to block that so that any data within my app control wont be shared >> via mail,msg,facebook,etc.. > > Really? This is the behavior? I don't remember that... Why don't you > just make it so those links aren't clickable in the HTML then?
I have next to none experience with WebView but I think it might make sense to check what could be done in its OnLongClickListener... -- 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

