如何在移动Safari上禁用放大触摸并保持的玻璃?

时间:2012-10-18 18:56:56

标签: javascript ipad mobile safari mobile-safari

如何在移动Safari上禁用放大触摸并保持的玻璃?

我无法阻止使用javascript发生事件(ontouchstart),因为我需要在要禁用放大镜的区域中使用滚动功能。

我已经读过以下内容应该有效,但事实并非如此。 preventing magnifier to appear Disable the text-highlighting magnifier on touch-hold on Mobile Safari / Webkit

:not(input) {
-webkit-touch-callout: none;
-webkit-user-select: none;    
}

我也试图避免使用JavaScript滚动库,只使用JavaScript禁用该事件。

非常感谢任何帮助。

0 个答案:

没有答案