This is a migrated thread and some comments may be shown as answers.

"tabbing" on the ipad -- dropdownlist is skipped

1 Answer 28 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Kjell asked on 16 Mar 2013, 12:34 AM
My form looks like this:

datepicker
autocomplete1
autocomplete2
dropdownlist1
dropdownlist2
textbox1
textbox2

I can tab thru all the controls on a PC, it works perfectly.  However on my iPad, using the previous/next buttons, it skipps the two dropdownlist.  It will go directly from the second autocomplete to the first textbox or the other way around if I'm going backwards.  The dropdownlist are never selected.  Is this because you can't type in a dropdownlist?  I guess it would make sense because on the iPad there isn't really anything you can do from the keyboard with a dropdownlist, you have to touch it.  If that's the case it's fine I just want to make sure.

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 18 Mar 2013, 10:09 AM
Hello Kjell,

 
Your assumption is correct. The iOS doesnot show virtual keyboard for elements, which are readonly for it. Even that the dropdownlist widget is focusable, it will be omitted by the OS.

Regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Kjell
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or