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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -