以编程方式更改 Android 键盘布局类型?
有谁知道如何更改显示时显示的 Android 键盘类型(搜索、数字、密码、自动完成等)?
不是 IME 类型,而是输入掩码,因为缺乏更好的术语。
具体来说,我希望扩展 PhoneGap SoftKeyboard 插件,使其能够通过 JS 更改键盘类型,因为我在应用程序中遇到不一致的键盘。
如果有人有任何用于切换键盘布局的示例代码(不是 IME 或实际的键盘供应商),我将非常感激。
非常感谢
Does anybody know a way to change the Android keyboard type that is displayed (search, numerical, password, autocomplete etc) while it is displayed?
Not the IME type, rather the input mask for lack of a better term.
Specifically I am looking to extend the PhoneGap SoftKeyboard plugin with the ability to change keyboard types via JS as I am getting inconsistent keyboards in my application.
If anybody has any example code for switching the keyboard layout (not the IME or actual keyboard vendor) I would really appreciate it.
Many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于输入字段的类型。请参阅此帖子:
使用 PhoneGap 在 iPhone 上获取搜索键盘
It depends on the type of the input field. See this thread :
Getting Search Keyboard on iPhone using PhoneGap