1.禁止长按保存图片:
css代码:
pointer-events:none;
2.禁止长按选择文本:
css代码:
-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
1.禁止长按保存图片:
css代码:
pointer-events:none;
2.禁止长按选择文本:
css代码:
-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;