What do you have in openMenu()? - Moazzam http://moazzam-khan.com
On Aug 14, 12:47 am, Nasam <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

