Re: [android-developers] onCreateContextMenu and Android 2.3.3

2011-08-11 Thread Mark Murphy
Is this on a device or in the emulator? EditText is a bit odd, in that there is a built-in context menu. Some device manufacturers have screwed this up by doing their own thing on a long-press of an EditText, basically preventing you from adding context menu items. On the whole, given that partic

[android-developers] onCreateContextMenu and Android 2.3.3

2011-08-11 Thread Harald
I have a EditText with a ContextMenu and I use onCreateContextMenu to add items to the menu, this works fine with Android 2.1 and 2.2 but it do not work with Android 2.3.3 ? I dont get any errors but none of my added items appears in the menu. -- You received this message because you are subscrib