android InputMethodManager 输入类型
是否可以从键盘获取当前的输入类型(文本或数字)?或者当输入类型改变时是否会触发一个事件?我需要根据用户退出该屏幕时的输入类型在屏幕上设置输入类型。谢谢
Is it possible to get the current input type (text or numbers) from keyboard? Or is there an event that is triggered when input type is changed? I need to set input type on a screen based on what input type was when user exited that screen. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些方法以整数格式返回 EditTextBox 的输入类型。
您可以像这样使用InputType接口来获取所有InputTyp
These method return the Input type of the of the EditTextBox in integer format.
you can get the of all the InputTyp by using InputType interface like this way