liuzhe02 / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Backspace events get lost in Android browsers #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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