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 上 html 页面的 onkeyup 和 onkeydown 事件监听器?
我不相信这是可能的,因为没有物理键盘。
以下是有关该主题的一些附加信息
http://www.sitepen.com/blog/2007/08/02/safari-on-the-iphone-2-steps-forward-1-step-back/
嗯,在开发手机网站的时候,我用onKeyPress事件成功了,你试过了吗?