I\'m working on Phonegap app for Android and iOS. Most of the stuff works pretty well but I\'m experiencing a problem with tag. It\'s enhanced wi
I had the same problem, i realized the problem was because i had used data-position="fixed" property for the heading of the page which contained the select element. when i removed data-position="fixed" from my heading, heading was not fixed surely, but got rid of this annoying problem of selects not being 'clicked'. hope this helps!