代码如下:

 1 oncontextmenu='return false
 2 
 3 ondragstart='return false'
 4 
 5 onselectstart='return false'
 6 
 7 onselect='document.selection.empty()'
 8 
 9 oncopy='document.selection.empty()'
10 
11 onbeforecopy='return false'
12 
13 onmouseup='document.selection.empty()'

iOS中需要添加如下代码:

html页面中阻止用户选中、复制文本,阻止长按保存图片,阻止拖动元素等……

html页面中阻止用户选中、复制文本,阻止长按保存图片,阻止拖动元素等……

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-10-06
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案