在iPhone上实现html onkeyup和onkeydown
UIWebView 上 html 页面的 onkeyup 和 onkeydown 事件监听器相当于什么?
What is equivalent to onkeyup and onkeydown event listeners for html page on UIWebView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不相信这是可能的,因为没有物理键盘。
以下是有关该主题的一些附加信息
http://www.sitepen.com/blog/2007/08/02/safari-on-the-iphone-2-steps-forward-1-step-back/
I don't believe it's possible as there is no physical keyboard.
Here is some additional information on the topic
http://www.sitepen.com/blog/2007/08/02/safari-on-the-iphone-2-steps-forward-1-step-back/
嗯,在开发移动网站时,我使用onKeyPress事件成功了,你尝试过吗?
Well, while developing a mobile website, I used the onKeyPress event with success, have you tried it?