I have a custom View which accepts onKeyDown and onKeyMultiple events.
Works well with Android soft keyboard, but it has issues with HTC soft
keyboard, like the one found with HTC Hero.

Specifically, problem is when a user selects an "alternate" key from a
small pop-up window following a long-press on a key. With Android soft
keyboard, my View is receiving onKeyDown event only from a selected
alternate key. With HTC soft keyboard, onKeyDown event is received for
both the original key (the one that was long-pressed), and the
alternate key selected from a pop-up menu. I can't figure out a way to
determine if certain key events need to be cancelled or not. (I am
dealing with Android 1.5).

Did anyone have a similar problem?

Thanks,

S.

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