Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何为可触摸设备禁用点击和按住popover_Html_Ipad - Fatal编程技术网

Html 如何为可触摸设备禁用点击和按住popover

Html 如何为可触摸设备禁用点击和按住popover,html,ipad,Html,Ipad,如何为可触摸设备禁用点击和按住popover 屏幕截图在这里 我找到了这个解决方案 /* css code to hide popover in touchable devoices*/ .hide-popover>* { -webkit-touch-callout:none; } 这里。隐藏popover是选择器 您需要在可触摸设备中进行检查

如何为可触摸设备禁用点击和按住popover

屏幕截图在这里

我找到了这个解决方案

/* css code to hide popover in touchable devoices*/
.hide-popover>*
{
-webkit-touch-callout:none;
}
  • 这里。隐藏popover是选择器
    您需要在可触摸设备中进行检查