I developed an application in the phonegap which is working good in the android 3.2 and above versions. when i run the same application in 2.3 or lesser then 3.2 all the app is working fine rest to the select option, select option (spinner) is not working properly,
I saw that it could come from the CSS: -webkit-backface-visibility which is hidden in the jqtouch.css
After change this properties, the options still does not appear.
Do you have an idea to open the options of the select field on Android?