首页 > 解决方案 > 为什么即使在 Windows Google Chrome 上重新加载页面后,对非 URL URI 的连续点击也会被忽略?

问题描述

在 Windows 版本的 Chrome 上。在已经点击的链接上之后,即使在重新加载页面后,对具有相同 URI 的任何元素的所有其他连续点击都会被忽略。

<p>The following won't have issues with a mouse, but will with a touchscreen on a successive tap within Windows version of Google Chrome:<br /><br />
<strong><a href="tel://tap-on-me-again">tel://tap-on-me-again-within-windows-google-chrome</a></strong>
</p>

有什么办法可以避免这种情况?该问题也发生在 Opera 上,但不是 Firefox。已经尝试使用 JavaScript 绕过该问题,但无济于事:

window.location = "tel://tap-on-me-again"    // click event

标签: htmlwindowsgoogle-chrometouchuri

解决方案


在评论中提到的谷歌金丝雀现在是谷歌浏览器当前或更高版本。固定的。


推荐阅读