Kiko Mesquita
Results
1
comments of
Kiko Mesquita
For Android Crhome the event.keyCode and event.which on the 'keypressEvent' event always returns 0. To fix use the funcion keypressEvent like this: `function keypressEvent(e) { e = e || window.event;...