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 particular manufacturer screwup, I don't
really recommend using context menus with EditText widgets.
Regardless, any time you use a context menu, make sure there's another
way of the user accomplishing the same thing.

On Thu, Aug 11, 2011 at 1:39 PM, Harald <harald.kron...@gmail.com> wrote:
> 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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in Oslo: http://bit.ly/fjBo24

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to