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

The first swipe event of ScrollView/FlatList does not respond, but subsequent swipe events work just fine #529

Open
YaoHuiJi opened this issue Jun 3, 2023 · 0 comments

Comments

@YaoHuiJi
Copy link

YaoHuiJi commented Jun 3, 2023

I have a list( no matter ScrollView or FlatList ) with some items, every item has its own menu, everything is fine except an interaction problem. It looks like when the list is loaded, the first swipe gesture is ignored.

After a list with some items is loaded, I swipe it to scroll the content, but nothing happened, but when I swiped a second time, the list began to scroll. It happens every time, the first swap event of the list seems to be ignored, but subsequent swipe events work just fine.

If I remove the MenuView of item, everything will be fine.

Does anyone know what's going on here? This problem makes the interaction of list very inconvenient.

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

1 participant