I am developing an android web application in xhtml. I have few blocks
(Div) and would like to move between one block to another using the
arrow keys. So I tried to capture the onKeyPress event. Unfortunately
it is not getting fired. The same callback function when registered
for onClick event works fine. I also tried, onKeyDown event as well,
which is not getting fired.

I am using an Android emulator and connected a USB keyboard.

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