-webkit-touch-callout
-webkit-touch-callout
非标准
此功能是非标准的。不要在面向Web的生产站点上使用它:它并不适用于每个用户。实现之间也可能存在很大的不兼容性,而且这种行为在未来可能会发生变化。
-webkit-touch-callout
CSS属性控制了那些当你点击并按住触摸目标显示的默认标注的显示。
当在iPhone OS上触摸并保持目标时,Safari会显示有关链接的标注信息。该属性允许禁用该行为。
/* Keyword values */
-webkit-touch-callout: default;
-webkit-touch-callout: none;
/* Global values */
-webkit-touch-callout: initial;
-webkit-touch-callout: inherit;
-webkit-touch-callout: unset;
语法
值
default
显示默认的标注。
正式语法
default | none
示例
.example {
-webkit-touch-callout: none;
}
规范
不是任何规范的一部分。
Apple 在Safari CSS Reference中有说明。
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | No support | No support | No support | No support | (Yes)1 |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | No support | No support | No support | No support | (Yes)1 |