禁止长按图片保存,设置img样式
img {
-webkit-touch-callout: none;
pointer-events: none; // 微信浏览器无法禁止,需加上这句
// 禁止长按选择文字
-webkit-user-select: none;
}
禁止长按选择文字
.text {
-webkit-user-select: none;
}
img {
-webkit-touch-callout: none;
pointer-events: none; // 微信浏览器无法禁止,需加上这句
// 禁止长按选择文字
-webkit-user-select: none;
}
.text {
-webkit-user-select: none;
}