Hello,
I am developing keyboard service to perform custom key mapping of hardware 
keyboard. So far it is just a slightly modified Android SoftKeyboard 
example. Code can be found at

https://protronika.dyndns.org/websvn/listing.php?repname=FLEXKBD&path=%2F&sc=0

It works without problem in most cases except when javascript (I think so) 
input field in web browser is used - for example google search input in 
firefox. In that case onKeyDown and onKeyUp of InputMethodService are 
called only for META and CTRL keys. All other keys are somehow bypassing my 
code completely and key are mapped to their default ASCII values.

I'm developing on TF101 with ICS 4.0.3 and it seems like even it's own 
keyboard application from Asus has same problems. I can enter anything but 
ASCII in javascript fields.

Regards,

A.K.

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