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

dropdownlist on IOS 8.4.1 didn't expand when touch on anywhere of dropdown

1 Answer 32 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
kwanchanok
Top achievements
Rank 1
kwanchanok asked on 27 Aug 2015, 05:16 AM

dropdownlist didn't expand when touch on anywhere of dropdown.

dropdownlist only expand when click on arrow on the right of dropdown.

this happend on ios version 8.4.1 and previos version not happend like this

and below is my code

 <select id="searchType" style="width:100%;" data-role="dropdownlist" data-bind="value:selectedSearch,events:{change:onChangeSearch}">

                                <option value="upcoming">Upcoming</option>
                                <option value="selling">Selling Out</option>
                                <option value="today">Today</option>
                                <option value="custom">Custom</option>
                            </select>

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 28 Aug 2015, 02:19 PM

Hello Kwanchanok,

 

This behavior is due to some breaking changes that Apple recently implemented in Safari. The issue is already logged in GitHub - you can keep track of the progress there and also find some workarounds.

 

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