How to change the Android softkey keyboard “Go” button to “Next”

前端 未结 2 473
轻奢々
轻奢々 2020-12-18 09:57

I have a WebView which has a form containing 10 editboxes. When I type in an editbox I find that in the softkey keyboard Go button is visib

相关标签:
2条回答
  • 2020-12-18 10:26

    In the xml, specifiy for your editboxes the attribute android:imeOptions="actionNext" . The next button will bring the user into the next field that accept input.

    0 讨论(0)
  • 2020-12-18 10:35

    Take a look at http://developer.android.com/resources/samples/SoftKeyboard/index.html which may help you.

    0 讨论(0)
提交回复
热议问题