禁止长按图片保存,设置img样式
![](https://img.haomeiwen.com/i5764383/9bf4f94c107dd2ad.png)
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;
}
本文标题:【H5】css控制禁止图片长按
本文链接:https://www.haomeiwen.com/subject/putuudtx.html
网友评论