Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 UIWebView 上按下键盘 Enter 键时如何捕获事件?
非常感谢您的帮助!
没有任何公共 API 可让您访问键盘按下事件或通知。你必须找到另一种方式。要做到这一点,就是在每个键的顶部放置一个透明按钮,并检测到它,然后将触摸传递给底层按钮。