pc端:

.not-select{
-moz-user-select:none; /*火狐*/
-webkit-user-select:none; /*webkit浏览器*/
-ms-user-select:none; /*IE10*/
-khtml-user-select:none; /*早期浏览器*/
user-select:none;
}

移动:

.no-touch {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

js方法:

ontouchstart="return false;"

在需要禁止的dom上添加这段代码,两种方法对于安卓和IOS的支持没有单独测试过。两个同时使用,对于安卓和IOS可以起到禁止作用。

最新文章

  1. 编译安装nginx
  2. 2003服务器搭建vpn
  3. DecoratorPattern(装饰器模式)
  4. thrift 学习
  5. Nginx 启动脚本/重启脚本
  6. Jquery获取selelct选中值
  7. Spring Batch学习
  8. HDU 5754 Life Winner Bo (找规律and博弈)
  9. Git 笔记二-Git安装与初始配置
  10. hdu2399GPA
  11. MFC_Office
  12. Android viewpager 嵌套 viewpager滑动 点击事件冲突解决方案
  13. 基于visual Studio2013解决面试题之0804复杂链表
  14. [Swift]LeetCode646. 最长数对链 | Maximum Length of Pair Chain
  15. MySQL学习笔记(一)Ubuntu16.04中MySQL安装配置(5.6优化、错误日志、DNS解决)
  16. 利用h5 meta 头标签设置og属性进行帖子分享图片时而有时而无
  17. VB VB 定义及区别
  18. I/O系统(二)
  19. 谈谈我们对userAgent的看法,为什么爬虫中需要userAgent?
  20. Linux下安装SQL Server 2016(准备篇SQL Server on linux)

热门文章

  1. 关于jquery改变onclick方法,最保险的做法
  2. MYSQL之路之表
  3. 实体的时间date属性的字段之表单提交
  4. AcWing 794. 高精度除法
  5. php/js将 CST时间转成格式化时间
  6. 【资料】哈代&拉马努金相关,悼文,哈佛演讲,及各种杂七杂八资料整理
  7. 【Python】计算圆的面积
  8. eclipse中引入聚合工程
  9. Codeforces A. Serval and Bus
  10. 路飞-自定义User表和Media配置