To be honest, I also do not remember that the standard Android SDK WebView 
is capable of creating social sharing popups as context menus. Especially 
on long clicks. My web views don't do anything on long clicks by default. 
If I'm not totally mistaken this would be a feature you have to explicitly 
add to your WebView by calling:

registerForContextMenu(myWebView);
>

I think the OP should look at the Activity which contains the WebView and 
search for registerForContextMenu. By not executing that line of code, the 
popup would be gone.


On Monday, July 16, 2012 8:43:45 AM UTC-5, Kristopher Micinski 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? 
>
> kris 
>

-- 
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

Reply via email to