HTML 触摸屏增加了文本的“点击区域”尺寸?
我必须修改触摸屏系统的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以添加填充来增加任何链接的点击区域。这是一个您可以检查的示例 -
You can add padding to increase hit area of any link. Here is an example you can check-