Skip to content
New issue

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

如何解决在滑动列表时容易滑动侧滑 #75

Open
EnumContent opened this issue Nov 21, 2018 · 4 comments
Open

如何解决在滑动列表时容易滑动侧滑 #75

EnumContent opened this issue Nov 21, 2018 · 4 comments

Comments

@EnumContent
Copy link

在滑动列表时,很容易就把侧滑的给划出来,不能像qq那样侧滑和上下滑动明确分开

@wzgl5533
Copy link

I have also the question

@mingmingacc
Copy link

滑动的时候挺容易出现一点侧滑得边, @EnumContent @wzgl5533 你们解决了吗

@MagicKim
Copy link

@mingmingacc MotionEvent.ACTION_MOVE: 方法里面添加

//处理上下滑动灵敏的问题 if (gap > 0 && gap < 2) { gap = 0; }

@amosxb
Copy link

amosxb commented Apr 6, 2022

@mingmingacc MotionEvent.ACTION_MOVE: 方法里面添加

//处理上下滑动灵敏的问题 if (gap > 0 && gap < 2) { gap = 0; }

感谢这位大佬的回复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants