<select> not working in Phonegap app on Android 2.3.3
问题 I'm working on Phonegap app for Android and iOS. Most of the stuff works pretty well but I'm experiencing a problem with <select> tag. It's enhanced with jQuery mobile and on that version of Android when the appropriate div is clicked / tapped the options are not showing up. They show up when I do two clicks / taps: on a div containing <select> on a area above the div In that scenario options show up and when selected change event is fired and code bind to it is executed. I found these two