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
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
I forgot to mention that the issue was for the combobox control
What kids of issues do you see? I tried with iOS and it seems to work well: http://wisejmobilekeyevents.azurewebsites.net/
Please login first to submit.