阻止手机端长按或pc端(微信端)点击后出现的选中事件
1.微信端/pc
body{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
2.app端
body .react-cover {
-webkit-user-select: none;
user-select: none;
}
1.微信端/pc
body{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
2.app端
body .react-cover {
-webkit-user-select: none;
user-select: none;
}
本文标题:阻止长按手机屏幕出现的选中事件
本文链接:https://www.haomeiwen.com/subject/nvzrrktx.html
网友评论