jQuery Mobile Question:
Why HTML 5 inputs look different across devices and browsers?
Answer:
jQuery Mobile does not have control over the the UI for most of the newer HTML5 input elements like date, color and number. The keyboards and pickers provided are browser-dependent but will safely fall back to a standard input if it's not supported. We do apply basic border and color styles to inputs for these elements so there is some visual consistency.
Previous Question | Next Question |
How does jQuery Mobile theming work? | Why are not some scripts and styles loading? |