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.
在我的应用程序中,每当我进入该输入字段页面时,我都有一个输入字段我需要使用 jquery 在 android 手机中动态显示键盘,为此我尝试过
$('#appear').focus();
听到问题是焦点显示在输入字段中,但键盘没有出现。我不明白确切的问题是什么。所以请为这个问题提出一种方法,因为它对我的应用程序非常重要。
我似乎没有直接可能,但似乎有解决方法。
请参见此处:输入焦点上的 jQuery Mobile 显示键盘
在这里:用javascript在手机上显示虚拟键盘