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

Form Control Touch Problem

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
AFTR
Top achievements
Rank 1
AFTR asked on 23 Jul 2012, 08:10 PM
I have several html selects on a form. Once I package my application and deploy it via phonegap, it is VERY hard to select the drop down lists. I have to push about 3/4 of an inch to the top and left of each list to get it to work and even then it doesn't seem to work all of the time. Is there something that I am doing wrong. They are just regular select lists:

<select id="SelectText">
    <option selected="selected" value="1">Test 1</option>
    <option value="2">Test 2</option>
    <option value="3">Test 3</option>
</select>

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 24 Jul 2012, 11:04 AM
Hello,

Android has several bugs that affect select elements, check the Forms documentation article. We prepared similar styling for the Kendo UI Web DropDownList when placed in mobile ListView which you can use instead, check the mobile Forms demo.

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