There seems to be a variety of issues on certain devices, such as Samsung and others, depending on the Android version, WebView version, and keyboard being used:
keypress
events are not triggeredkeydown
andkeyup
events always showkeyCode=229
keypress
andinput
events are fired but do not capture the key pressedtextInput
events do not work- The
maxlength
attribute is not honored oninput[type=text]
, allowing more characters to be entered than allowed, with validation only occurring upon form submission
Is there a solution to address these issues?