赞
踩
微信内的页面中,只要图片是<img src="" />,长按就会触发,图片识别事件或者弹出该图片的预览大图。
css文件:设置图片属性如下
img{ pointer-events: none; }