Key events in tablet, touch device...

0
0

I noticed that events like KeyPress, KeyDown, KeyUp, TextChanged didn’t work as expected on touch device! On desktop works as expected.
Any suggestion or better approach?

Test with android tablet and firefox for android

Thank s in advance!

Maybe related to: ?
http://stackoverflow.com/questions/9940829/how-to-capture-the-onscreen-keyboard-keydown-and-keyup-events-for-touch-devi

  • You must to post comments
0
0

In my other tests I realize that
– Android + Firefox = Fails, but no idea why… events not raised… seems something of autocomplete or browser independient (but raised if i commit a “space” or “enter” key (from touch screen keyboard) …)
– Android + Chrome = Success, seems to work as expected

  • You must to post comments
0
0

I forgot to mention that the issue was for the combobox control

  • You must to post comments
0
0

What kids of issues do you see?  I tried with iOS and it seems to work well: http://wisejmobilekeyevents.azurewebsites.net/

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.