SmartSwipe icon indicating copy to clipboard operation
SmartSwipe copied to clipboard

view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!

Open kayroc opened this issue 4 years ago • 0 comments

问题描述

view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!

  • 预期行为:希望有Demo中的体验。Demo中虽然是在ScrollView中,但是内容不多,不能滑动。

  • 实际行为:上下滑动不流畅,偶尔能滑动

出问题的代码

mSmartSwipeWrapper
        .addConsumer(new SlidingConsumer())
        .setRelativeMoveFactor(SlidingConsumer.FACTOR_FOLLOW);

当前使用的SmartSwipe版本号:

1.1.2

kayroc avatar Mar 17 '20 20:03 kayroc