tags:

views:

251

answers:

0

Hi,

I'm not sure if this is a bug or not with Android OS 1.5, but when I set an OnClickListener for an EditText, then try clicking it (using trackball), the IME keyboard no longer displays itself. With a click listener set, it displays when clicked.

Is there another way I can request the IME keyboard to come up in the click handler? Either that, or I can add an OnTouchListener (which works correctly with IME keypad + touch) and just do something like performMotionEvent() from the click listener to simulate a real touch?

Thanks