No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Resumen
La propiedad CSS -webkit-touch-callout controla la visualización de la llamada predeterminada que se muestra cuando se mantiene pulsado un objetivo táctil .
Cuando se toca y se mantiene la presión en un objetivo en iPhone OS, Safari muestra un un cuadro con información sobre el enlace. Esta propiedad permite deshabilitar este comportamiento.
Síntaxis
/* Palabras clave valor */ -webkit-touch-callout: default; -webkit-touch-callout: none; /* Valores globales */ -webkit-touch-callout: initial; -webkit-touch-callout: inherit; -webkit-touch-callout: unset;
Valores
default- Se muestra el cuadro de información por defecto.
none- El cuadro está deshabilitado
Síntaxis Formal
default | none
Example
.example {
-webkit-touch-callout: none;
}
Especificaciones
No es parte de ninguna especificación.
Apple tiene una descripcón en la Referencia CSS de Safari.
Compatibilidad con los distintos navegadores
| Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Soporte básico | No support | No support | No support | No support | (Yes)[1] |
| Característica | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Soporte básico | No support | No support | No support | No support | (Yes)[1] |
[1] La propiedad -webkit-touch-callout fue implementada en iOS 2.0 y posteriormente añadida a WebKit (WebKit bug 121507).