如何为Android开发的Web表单的文本框自定义imeoptions
我有一个通过网络视图集成到本机应用程序中的网络表单。但是现在,当用户将焦点设置在表单的第一个文本框上时,我在软键盘上看到一个“Go”按钮。相反,我想要“下一步”按钮,单击该按钮会将我带到下一个输入控件。最后一个输入控件应该在键盘上有“Go”按钮。我该如何实现这一目标? (注意:请注意,我希望在网络表单上执行此操作。我已经找到了有关如何在本机表单上执行此操作的材料。)
I have a webform that is integrated into a native app via a webview. But now when the user sets the focus on the first textbox of the form, I see a Go button on the soft keyboard. Instead, I'd like to have Next button, clicking on which would take me to the next input control. And the last input control alone should have Go button on keyboard. How do I achieve this? (Note: Please note that I want this on a web form. I've already found material on how to do this on a native form.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请你去看看,是你要找的吗?
如何更改 Android 软键键盘“Go”按钮“下一步”
Please go to take a look, is that what you are looking for?
How to change the Android softkey keyboard "Go" button to "Next"