Micusoft / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

iOS 5 issue #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add Mobi Scroller to your web app
2. Worked fine in iOS4
3. After upgrade to iOS 5 - the set function no longer makes the mobi scroller 
dissapear and sets the value in the form

Resolution:
Text field was set as type 'date' - changed it's type to 'text' and set the 
selector to use a class rather than the type.

All works well now. 

Maybe an issue with the version of jQuery and jQuery mobile (still using post 
RC version) we are using.

Just thought you all would like to know

Cheers

Original issue reported on code.google.com by prax...@gmail.com on 10 Nov 2011 at 5:31

GoogleCodeExporter commented 8 years ago
This issue happens because iOS 5 has native support for type="date" inputs (see 
http://smithsrus.com/ios-5-safari-now-has-native-html5-date-and-time-pickers/ 
for more information).

The workaround, as mentioned above, is to stay away from the "date" input types 
and just use "text" instead.

Original comment by bender.ross on 7 Dec 2011 at 5:20

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 27 Feb 2012 at 7:24