移动 Safari 中的地址栏不断弹出
我在移动 Safari 中遇到问题。我有一个链接,当单击(或点击)时会触发一些 JavaScript,但不会导航到新页面(onclick="return false"
)。该链接正在按照我想要的方式执行,但是当点击它时,移动 safari 中的地址栏会弹出一秒钟,给人一种正在导航到某个地方的印象。我需要一种方法来防止这种行为。
I am having trouble in mobile Safari. I have a link that when clicked (or tapped) fires some Javascript but does not navigate to a new page (onclick="return false"
). The link is performing the way that I want but when it is tapped the address bar in mobile safari pops down for a second giving the impression that one is navigating somewhere. I need a way to prevent this behavior.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现的唯一解决方案是通过 javascript 从一般链接中删除 href。
The only solution I have found is to remove the href's from the links in general via javascript.