ios系统h5识别图片关闭系统弹窗

html,
body {
    
    
  touch-callout: none;
  -webkit-touch-callout: none;
  -ms-touch-callout: none;
  -moz-touch-callout: none;
}

猜你喜欢

转载自blog.csdn.net/hql1024/article/details/108964849