【发布时间】:2017-09-17 22:00:00
【问题描述】:
我在 Android (8.0.0) 上使用 Google Chrome,onkeypress 没有捕捉到 contenteditable div 上的编辑事件。
<div contenteditable ='true' onkeypress =alert("press")> When ediiting this text, you should get an alert. Does not work on Android chrome. </div>
有什么解决办法吗?
【问题讨论】:
标签: android html css google-chrome