gpt4 book ai didi

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

转载 作者:太空狗 更新时间:2023-10-29 13:09:07 25 4
gpt4 key购买 nike

使用 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com