On my Samsung Galaxy tab 4 (Android 4.4.2, Chrome: 49.0.2623.105) I ran into a situation where the keyCode is always 229.
I\'ve setup a simple test for two situatio
Try e.which instead of e.keyCode
e.which
e.keyCode
For more information on this property check https://api.jquery.com/event.which/