Force A Numeric Keyboard But Allow Punctuation: Html5, Mobile Safari
I'm building an HTML page to be viewed in mobile Safari [and other platforms]. The page lets the user specify several start and end times. They have to input at least two times, an
Solution 1:
Take a look at jQuery Mobile DateBox. here. Its possible you might want to rethink text input here. Maybe you want to go with a picker. Sencha Touch also has a DatePicker. I wrote an extension that implements a timepicker object. I'll throw it up on GitHub if you need me to.
Post a Comment for "Force A Numeric Keyboard But Allow Punctuation: Html5, Mobile Safari"