iOS 上的 HTML 选择标签问题

发布于 2024-12-18 13:29:28 字数 558 浏览 0 评论 0原文

我创建了一个带有标签和选择标签字段的简单 HTML 页面。相同的代码如下:

<html>
<head></head>
<body>
<label>Interval</label>
<select name="interval" id="Interval">
<option value="1hr">1 hour</option>
<option value="2hr">2 hour</option>
<option value="1dy">1 day</option>
<option value="2dy">2 day</option>
</select>
</body>
</html>

现在,当我在 iPhone、iPod (iOS) 上运行此 HTML 页面时,单击下拉列表时,标签的大小(而不是整个 HTML 页面变得更宽、增加)。

我无法理解这个问题。

任何帮助表示赞赏。

I have created a Simple HTML page with a label and a Select tag field. Code for the same is as follows:

<html>
<head></head>
<body>
<label>Interval</label>
<select name="interval" id="Interval">
<option value="1hr">1 hour</option>
<option value="2hr">2 hour</option>
<option value="1dy">1 day</option>
<option value="2dy">2 day</option>
</select>
</body>
</html>

Now as I run this HTML page on iPhone, iPod (iOS), on click of the drop list, the size of the label (instead whole HTML page gets broader, gets increased).

I am unable to understand the problem.

Any help is appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生死何惧 2024-12-25 13:29:28

这是 iOS4 中的一个已知错误。选择后它会保持放大状态。 iOS5 据说已经修复了这个问题。

This is a known bug in iOS4. It stays zoomed in after selection. iOS5 supposedly has this fixed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文