I have created a LinearLayout wich has webview as its child.  But when
i long click on this webView I am not able to see any contextmenu. I
have enable contextmenu for this layout/webview using

registerForContextMenu(layout);
registerForContextMenu(sWebView);

and have overlaoded

public void  onCreateContextMenu(ContextMenu menu, View v,
ContextMenu.ContextMenuInfo menuInfo)
    {
        openMenu();
    }

Any help regarding this would be appreciated

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