We have a problem displaying user interfaces in Chrome on iOS, especially with the HTML SELECT Drop Down element.
Example:
Using Safari, when you press SELECT, the spinner opens at the bottom of the screen, and you can click Finish to select your choice and return to the form.
But when you load the same page in Chrome on iOS, Finish does not appear. The user must select his choice, and then click elsewhere in the user interface to return to the form. Very unintuitive, and the user feels that SELECT is not working.
Does anyone have a solution for this?
(I would post photos to illustrate, but this is my first question, and I do not have enough "reputation" for this :-()
source share