better-scroll icon indicating copy to clipboard operation
better-scroll copied to clipboard

infinity不支持水平滚动

Open sylingd opened this issue 6 years ago • 4 comments

Version

2.0.0-beta.2

Reproduction link

https://gist.github.com/sylingd/9c72c096ffa2651059a317cc7a8eea42

Steps to reproduce

无限loading,浏览器会卡住,简单看了一下infinity源代码发现只会判断scrollY,不会管scrollX……

sylingd avatar Sep 09 '19 06:09 sylingd

目前不支持横向无限滚动。

你们是什么场景,为什么会有横向无限滚动

tank0317 avatar Sep 09 '19 08:09 tank0317

是一个触摸显示器。横向滚动比较符合整体风格。 因为加载的子元素可能很多(最多可能会有几千个),因此需要用到无线滚动。 因为其webkit内核不是很新,原生的横向滚动有性能问题,所以需要模拟滚动的方案。

sylingd avatar Sep 09 '19 10:09 sylingd

现在支持横向滚动了吗?

bbpcs8 avatar Sep 25 '20 05:09 bbpcs8

你好,请问支持横向滚动了吗?

Gala-1024 avatar Jun 04 '22 06:06 Gala-1024