SmartSwipe
SmartSwipe copied to clipboard
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
问题描述
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
-
预期行为:希望有Demo中的体验。Demo中虽然是在ScrollView中,但是内容不多,不能滑动。
-
实际行为:上下滑动不流畅,偶尔能滑动
出问题的代码
mSmartSwipeWrapper
.addConsumer(new SlidingConsumer())
.setRelativeMoveFactor(SlidingConsumer.FACTOR_FOLLOW);
当前使用的SmartSwipe版本号:
1.1.2