ustbhuangyi / better-scroll

:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance
https://better-scroll.github.io/docs/en-US/
MIT License
16.45k stars 2.61k forks source link

使用macbook的触控板滑动内容,滚动过程会一直抖动 #1353

Open amoywood opened 1 year ago

amoywood commented 1 year ago

Version

2.5.1

Reproduction link

https://codepen.io/amoywood/pen/eYQqZbd

Steps to reproduce

机器:macbookpro m1pro

操作系统:ventura 13.4.1

浏览器:safari 16.5.2

不使用鼠标(没有连接鼠标),直接使用触控板滑动内容(开启mouseWheel),滚动过程中内容会一直抖动。

而chrome浏览器却是正常

What is expected?

平滑的滚动

What is actually happening?

抖动的滚动


option设置是 { click: true, mouseWheel: true, bounce: false, scrollY: true, scrollbar: { fade: false, interactive: true, scrollbarTrackClickable: true } }