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

use*_*141 8 keyboard android

我有一个带有几个输入字段的表单.因此,我希望使用下一个按钮在字段之间导航,但只有在输入字段类型为"数字"时才能使用.使用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)

njz*_*zk2 0

我想你需要指定你的输入不是多行输入,否则,下一个将被下一个替换