keyCode on android is always 229

后端 未结 7 1430
长情又很酷
长情又很酷 2020-11-28 08:23

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

7条回答
  •  情深已故
    2020-11-28 09:14

    I had the same issue and could not find any solutions.

    event.target.value.charAt(event.target.selectionStart - 1).charCodeAt()
    

提交回复
热议问题