HTML 触摸屏增加了文本的“点击区域”尺寸?

发布于 2024-10-21 16:08:43 字数 116 浏览 3 评论 0原文

我必须修改触摸屏系统的 HTML UI。我必须做的修改是向 div 标记内的某个文本标签添加单击处理程序。文字相当小。

所以用触摸屏很难准确地击中它。如何在不增加文本大小的情况下增加文本的“点击区域”?

I have to modify an HTML UI for a touchscreen system. A modification I have to do is to add a click handler to a certain text label inside a div tag. The text is fairly small.

So it will be hard to accurately hit it with the touchscreen. How can I increase the "hit area" of the text without increasing its size?

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

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

发布评论

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

评论(1

手长情犹 2024-10-28 16:08:43

您可以添加填充来增加任何链接的点击区域。这是一个您可以检查的示例 -

<html>
  <body>
    <a href="#" style="font-size: 12pt; color: blue; padding: 20px 60px">This is a link</a>
  </body?
</html>

You can add padding to increase hit area of any link. Here is an example you can check-

<html>
  <body>
    <a href="#" style="font-size: 12pt; color: blue; padding: 20px 60px">This is a link</a>
  </body?
</html>

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