ConsecutiveScroller icon indicating copy to clipboard operation
ConsecutiveScroller copied to clipboard

和flowlayout不适配,会有stiky失效和滑动抖动问题

Open AldenLei opened this issue 1 year ago • 1 comments

最新版的ConsecutiveScroller; 使用的 implementation 'com.nex3z:flow-layout:1.3.3'框架的flowlayout; 布局是flow+ tab+viewpager+fragment形式,flow在activity和fragment中都有使用,其中activity的tab和fragment中的flowlayout设置了stiky属性 其中fragment中flow滑动时高度会抖动

本来是自定义的flowview,结果stiky属性失效,而且也会滑动抖动,然后才找了第三方的flowlayout;

AldenLei avatar Jan 24 '24 06:01 AldenLei

有没有排查一下是什么原因。如果flowlayout不做为ConsecutiveScroller的直接子view,而是再套一层布局,会不会出现这种问题

donkingliang avatar Jan 25 '24 09:01 donkingliang