ustbhuangyi / better-scroll

:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance

Home Page:https://better-scroll.github.io/docs/en-US/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

amoywood opened this issue · comments

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
}
}