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

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

 

相关文章:

  • 2021-10-29
  • 2021-10-19
  • 2022-02-11
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-08-14
  • 2022-03-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-06-17
  • 2021-10-06
  • 2021-04-07
相关资源
相似解决方案