0

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?

Sandeep P
  • 4,291
  • 2
  • 26
  • 45

1 Answers1

3

check out this iScroll 4 not working with form <select> element iPhone Safari and Android browser

i was facing the same issue. worked for me. just a small change. instead of doing for select tag, do for all the tags for which u face the issue.

Community
  • 1
  • 1
ghostCoder
  • 1
  • 9
  • 49
  • 72