设置H5页面文字不可复制

Posted comedy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置H5页面文字不可复制相关的知识,希望对你有一定的参考价值。

* {

moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

以上是关于设置H5页面文字不可复制的主要内容,如果未能解决你的问题,请参考以下文章

h5最常用的加载方式是

h5页面怎么做 h5页面如何做

微信中怎样嵌入自己开发的h5页面

H5网页怎么制作

h5滚动屏幕之后,绝对定位位置不在页面最底部

h5页面在ios机上禁止长按复制