Saturday, 26 January 2019

When I select next from my android device, while filling a form, it skips any drop down

I have a web form consisting of input text boxes, drop downs and submit button.

When I use my website on android phone - chrome browser(or any browser on my android device, I am using next on my phone keyboard to navigate to the next field.

the sequence of fields on my form:

  • first name (Text input)
  • last name (Text input)
  • day(drop down)
  • month(drop down)
  • year(drop down)
  • address(text) zip(text)
  • submit(button)

Next button on my android keyboard works fine to navigate from the first name to the last name. However, when I select next after I finish typing in the last name, it takes me directly to address field. It skips the drop-down fields.

tabbing works fine on desktop and on Apple devices. It is just an issue with the android device.

Should I be doing something specifically to handle that for android browsers?



from When I select next from my android device, while filling a form, it skips any drop down

No comments:

Post a Comment