I've built a simple JQM form which works nicely on iOS.
I have a date field and a time field (which unfortunately do not bring up date/time pickers like on iOS), but behave as text boxes and the green return button on the touch keyboard causes the form to be submitted prematurely.
Is there a way to disable the default submit behaviour when the code runs on Android?
Can I get date and time picker functionality on Android using JQM?