标签:
通常当你在手机或者pad上长按图像 img ,会弹出选项 存储图像 或者 拷贝图像,如果你不想让用户这么操作,那么你可以通过以下方法来禁止:
img {
-webkit-touch-callout:
none
;
}
ios 图片点击两次禁止保存或拷贝
原文地址:http://www.cnblogs.com/sese/p/5596206.html