-
Notifications
You must be signed in to change notification settings - Fork 23
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
can not pull down when FlatList/ScrollView is scrollable #1
Comments
@pasicopan can you provide a Expo demo, so I can take a look? thx |
安卓上面,使用FlatList/ScrollView 时候。下拉刷新不灵敏,必须长按页面才能下拉刷新。滑动的时候触发不了下拉刷新View,Expo demo 版本2.12.2 |
@liubingbing 嗯,如果是从滚动区域下面开始往顶部滚动,在滚动到顶部的时候,不能 触发下拉动作,因为这时候外面的 View 没有捕获到手势,被内部的滚动组件捕获了。 另外那个下拉不灵敏,必须要长按才能触发,我好像没有遇到。如果内部的滚动组件没有处于最顶部的位置,那就不能触发外部的滚动手势 |
如果是从滚动区域下面开始往顶部滚动,在滚动到顶部的时候,不能 触发下拉动作,因为这时候外面的 View 没有捕获到手势,被内部的滚动组件捕获了。这种情况安卓,有办法解决? |
@liubingbing 我这个实现,没有找到解决办法 😂 |
latest version |
Just tried this on However if I pull to refresh straight away, without scrolling, it works fine. |
@mtford90 when you scroll down the flatlist, then scroll back up to top, you cannot trigger the pull to refresh without releasing your touch. You can only trigger pull to refresh with another touch action. |
question
react:
os:
simulator:
The text was updated successfully, but these errors were encountered: