Backspace events get lost in Android browsers
Opened this issue · 1 comments
GoogleCodeExporter commented
I type something in console. When I press "Backspace" (white left arrow with a
cross on it), it doesn't delete characters.
This page http://javascript.info/tutorial/keyboard-events#test-stand-test-stand
allows to test keyboard input in JavaScript. Android browser shows that it
sends the same event (keyCode=8 which=8 charCode=0 char=) as desktop browsers
do. So my first guess that it is the wrong code was wrong.
I tried this with both default browser in Android, and with Chrome in Android,
and they both exhibit the same problem.
shellinabox-2.14_2
Original issue reported on code.google.com by yuriv...@gmail.com
on 12 Jan 2014 at 1:58
GoogleCodeExporter commented
This could also be tested using the Chrome virtual keyboard:
https://chrome.google.com/webstore/detail/chrome-virtual-keyboard/pflmllfnnabikm
fkkaddkoolinlfninn/details
Original comment by soundasleep
on 1 Jul 2014 at 5:58