cordova. time input skip 5 minutes at a time -
i need time-input skip 5 minutes @ time, this:
<input type="time" step="300">
but cordova doesnt heed step="300" instruction. there way achieve skipping minutes?
thanks in advance.
an input field of type 'time' html5 construct, rendering , behavior device's underlying web engine, , possibly javascript framework you're using build app.
although w3c documentation doesn't appear mention it, step
attribute works in conjunction min
, max
attributes; @ least min
should set. take @ mozilla docs more info, or better yet, review documentation target devices' web engines.
Comments
Post a Comment