html - -webkit-touch-callout 等效于 IE

标签 html css internet-explorer touch

使用 Surface,可以将手指放在链接上并获得复制它的选项。这对我来说是不受欢迎的行为。这可以在 iOS 中禁用:

-webkit-touch-callout: none;

有谁知道如何为 IE 禁用它?

最佳答案

其他一切的命名略有不同。

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

关于html - -webkit-touch-callout 等效于 IE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15012702/

相关文章:

javascript - 在不使用表单的情况下,如何在运行函数之前检查输入字段是否为空?

javascript - IE 缓存 WCF 结果 - 我可以以某种方式解决这个问题吗?

internet-explorer - Raphaeljs 在 IE 中将所有文本呈现为斜体

javascript - 如何检查 undefined variable javascript?

html - 两个 float div 之间的中心

带路径的 JavaScript 图形可视化

html - 在固定页眉/页脚之间滚动 DIV

html - 单行居中,多行不居中

javascript - 如何在 Chrome 之外操作 object.style.animationDuration?

javascript - 通过 JavaScript 动态设置的 Iframe src 在 Internet Explorer 上执行了两次