uni-app搞了半天才发现uView的touch事件有点问题,安卓手机上滑动卡顿严重,真是服了...还有那啥手势识别,简直了,还得自己封装一层才能用,谁懂啊
/* uView 的 touch 优化方案 */
.u-touch {
touch-action: manipulation;
-webkit-touch-callout: none;
-webkit-user-select: none;
}
登录/注册