You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: