相关疑难解决方法(0)

为什么Android webview只在type ="number"而不是type ="text"时才在键盘中显示"Next"?

我有一个带有几个输入字段的表单.因此,我希望使用下一个按钮在字段之间导航,但只有在输入字段类型为"数字"时才能使用.使用type ="text"它不会!

这是Android 3.2.1中的错误吗?

我的输入字段是这样的:

<input type="text" name="..." .... /> --> keyboard "Go"
<input type="text" name="..." .... /> --> keyboard "Go"
<input type="number" name="..." .... /> --> here it shows the "Next" button on the keyboard
<input type="text" name="..." .... /> --> keyboard "Go"
Run Code Online (Sandbox Code Playgroud)

keyboard android

8
推荐指数
1
解决办法
3386
查看次数

标签 统计

android ×1

keyboard ×1