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

SelectBox problem in ScrollVIew

1 Answer 67 Views
ScrollView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Arshak
Top achievements
Rank 1
Arshak asked on 20 May 2012, 08:48 PM
I have problem with selectbox in data-role="page" div -when i use this code in ScrollVIew  page div, its not response on clicks  and only show first "option".  In other place scrollbox works correctly, Can you help me ?


also there is a problem with input box.. there are  not editable.  where is the problem???
<select>
                <option value="First Option">First Option</option>
                <option value="Second Option">Second Option</option>
                <option value="Third Option">Third Option</option>
                <option value="Fourth Option">Fourth Option</option>
            </select>

1 Answer, 1 is accepted

Sort by
0
Arshak
Top achievements
Rank 1
answered on 21 May 2012, 10:48 AM
i found solution for it.. 
$("select").mousedown(function(event){ event.stopPropagation(); });
Tags
ScrollView (Mobile)
Asked by
Arshak
Top achievements
Rank 1
Answers by
Arshak
Top achievements
Rank 1
Share this question
or