jQuery mobile - iOS - 如何检测键盘何时打开?

时间:2011-12-22 16:31:48

标签: jquery ios events jquery-mobile keyboard

我正在开发一个jQuery移动网站,需要在iOS键盘显示或隐藏时更新我的​​布局。

我可以绑定一些事件吗?不一定是JQM事件,任何其他事件也足够了。

感谢您的帮助!

2 个答案:

答案 0 :(得分:4)

See this thread.通过搜索答案,我相信您可以通过检测表单输入元素上的焦点来确定键盘是否打开。

答案 1 :(得分:0)

jQuery Mobile 不提供 iOS 键盘打开时的事件。你可以bind the focus and onblur events to handle this instead