luckybilly / luckybilly/SmartSwipe

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

Open
#66 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.