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
The only way it worked for me was adding this on my jQuery script:
$('select').click(function () { $(this).focus(); });