huangcj

在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。

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

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-12-31
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-03-05
  • 2021-06-17
  • 2022-12-23
相关资源
相似解决方案