We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
预期行为:希望有Demo中的体验。Demo中虽然是在ScrollView中,但是内容不多,不能滑动。
实际行为:上下滑动不流畅,偶尔能滑动
mSmartSwipeWrapper .addConsumer(new SlidingConsumer()) .setRelativeMoveFactor(SlidingConsumer.FACTOR_FOLLOW);
1.1.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
预期行为:希望有Demo中的体验。Demo中虽然是在ScrollView中,但是内容不多,不能滑动。
实际行为:上下滑动不流畅,偶尔能滑动
出问题的代码
当前使用的SmartSwipe版本号:
1.1.2
The text was updated successfully, but these errors were encountered: