luckybilly / luckybilly/SmartSwipe
仿微信侧滑返回不灵敏,快速侧滑时不能跟随手指移动
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
仿微信侧滑返回不灵敏,快速侧滑时不能跟随手指移动,(慢慢的侧滑或者猛地一滑并松开可以正常返回。)有些卡顿
- 预期行为:
希望优化这块,这个真的好用,很赞,再流畅点就更牛逼了,作者加油。
- 实际行为:
### 实现代码
SmartSwipeBack.activitySlidingBack(application, null); //sliding with pre-activity relative moves
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 at the SmartSwipeBack.activitySlidingBack(application, null) entry point and trace the swipe-back implementation used for activity sliding. Reproduce a fast swipe and compare it with slow and abrupt swipes. Done means a quick gesture follows the finger smoothly and returns reliably without visible stuttering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100