I have a standard <select>
and would like to open it when a user clicks on another element. It's pretty simple in a regular browser and even on the iphone, but for some reason nothing working on Android.
I've tried the click and focus events, and also tried changing the size attribute of the select but none of these worked.
Has anyone accomplished this before?