-
Notifications
You must be signed in to change notification settings - Fork 651
working on android #78
Comments
Didnt test *2, but *1 does not happen on 2.0.12, RN 22.2, API 24 |
I'm testing on my galaxy s6 edge and I am having a different issue. The swipe and right buttons are working properly. However, if I want to press on the row, I have to press multiple times (4 or 5 time at least). It seems like as soon as I touch the row, "react-native-swipeout" wants to register that press as swipe. I have to be very deliberate and make sure that I don't move my finger while pressing the row. Using: |
The Swipeout appears to be *** super *** sensitive. On Android the internal swipeout function _handlePanResponderGrant gets called with almost every touch and this seems to prevent the ListView row's onPress method being called. @divinetouch I see similar issue on Android, I have to press a ListView row 4 or 5 times. I have to press very deliberate and straight and perpendicular to the tablet. See related issue: #60 Using: |
I switched to react-native-swipe-list-view, thats until the swipeable list in RN moves out of experimental. |
@latusaki are you still using react-native-swipe-list-view on Android? I am trying to find a solution to this again. I am still using ListView. Maybe I will need to upgrade. |
@esutton I am using a fork with a fix for proptypes, latusaki/react-native-swipe-list-view#prop_type_fix, they may have fixed it on main repo by this time though. I have not needed to touch the functionality since I implemented it a year ago, so I do not know if there is something better out there at this time. |
Is there a trick to getting this working on android? Works like a dream on IOS, but android there are a few issues:
Using:
"react-native-swipeout": "^2.0.12",
"react-native": "^0.20.0",
Android API 23
The text was updated successfully, but these errors were encountered: