menu
menu copied to clipboard
The first swipe event of ScrollView/FlatList does not respond, but subsequent swipe events work just fine
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.