首页 > 技术文章 > Unable to preventDefault inside passive event listener due to target being treated as passive.

uniapp1 2020-08-09 16:27 原文

<style lang="less" scoped>
* {
  touch-action: pan-y;
}
</style>
 
 是谷歌浏览器单纯为了提高滑动流畅度而设计的

推荐阅读