Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/70.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何更改IOS时间输入的步骤?_Ios_Html - Fatal编程技术网

如何更改IOS时间输入的步骤?

如何更改IOS时间输入的步骤?,ios,html,Ios,Html,我想在ios中使用html5进行时间输入。我尝试使用step=“900”属性只允许15分钟的间隔,这在浏览器中运行时有效,但在我的ipad上不起作用,这正是我开发的目的 <input type="time" id="deliveryTime" value="09:00:00" step="900"> 但是在IOS中,它仍然每分钟00-59显示一次 有人能帮忙吗?现在,iOS Safari不支持时间输入字段的最小值、最大值或步骤属性 请参阅:您解决了这个问题吗??如何做“步”?

我想在ios中使用html5进行时间输入。我尝试使用step=“900”属性只允许15分钟的间隔,这在浏览器中运行时有效,但在我的ipad上不起作用,这正是我开发的目的

<input type="time" id="deliveryTime" value="09:00:00"  step="900">

但是在IOS中,它仍然每分钟00-59显示一次


有人能帮忙吗?

现在,iOS Safari不支持
时间
输入字段的
最小值
最大值
步骤
属性


请参阅:

您解决了这个问题吗??如何做“步”?