luckybilly / luckybilly/SmartSwipe
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
view在scrollview中且scrollview中内容较多能滑动时,上下滑动不流畅!!
- 预期行为:希望有Demo中的体验。Demo中虽然是在ScrollView中,但是内容不多,不能滑动。
- 实际行为:上下滑动不流畅,偶尔能滑动
### 出问题的代码
```java
mSmartSwipeWrapper
.addConsumer(new SlidingConsumer())
.setRelativeMoveFactor(SlidingConsumer.FACTOR_FOLLOW);
```
### 当前使用的SmartSwipe版本号:
1.1.2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with mSmartSwipeWrapper, SlidingConsumer, and setRelativeMoveFactor(SlidingConsumer.FACTOR_FOLLOW) in an Android ScrollView containing enough content to scroll. Compare this with the referenced Demo behavior and verify that vertical gestures scroll smoothly and reliably on SmartSwipe 1.1.2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100