ionic iPhone长按出现放大镜的情况

在app.scss中,

加入如下属性:

// ios 禁止图片长按出现放大镜的情况
* :not( input) :not( textarea) {
-webkit-touch-callout: none;
}

猜你喜欢

转载自blog.csdn.net/strong90/article/details/79454402