I'm facing the following problem : After my android tablet update to Android 4.4, the event in KeyDown
$("#txtStudentAnswer").keydown(function (event) {});
event.charCode always returns 0
event.keyCode always returns 229.
Any help ? Or alternative solutions ?
This question is different than the on in Javascript .keyCode vs. .which? , it's a tablet and android issue more than keyCode and which issue.