j270698236 / mobiscroll

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

timeFormat breaks on iOS with input type of "date". #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using a timePicket with the following code:

$('#AvailFrom, #AvailTo').scroller({
    preset: 'time',
    stepMinute: 15
});

It works perfectly when testing on a desktop device, but when I test on my 
iPhone 4 it doesn't work. Switching input type to "text" and it works.

1) I click the input field.
2) The modal window displays and works perfectly.
3) When I click "Set" the window closes but there's no 
4) Switch input type to "text" and it works as expected.

Original issue reported on code.google.com by a...@commadelimited.com on 18 Feb 2012 at 10:36

GoogleCodeExporter commented 8 years ago
Issue 53 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
Currently we recommend to avoid using <input type="date" /> with mobiscroll

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

GoogleCodeExporter commented 8 years ago
In 2.0rc2, if html5 input types are used, we force the format to match the 
specification. In the popup header the value displayed is still customized

Original comment by diosla...@gmail.com on 3 May 2012 at 2:53