reactrondev / react-native-web-swiper

Swiper-Slider for React-Native and React-Native-Web
214 stars 57 forks source link

Swipping not working android #19

Closed Foskas closed 5 years ago

Foskas commented 5 years ago

Does the swipe gestures even work on Android ?

I have this props and it doesn't work timeout={10} controlsProps={{ dotsTouchable: true, dotsPos: 'top-right', prevPos: false, nextPos: false, dotActiveStyle: { backgroundColor: red }, }}

Does any one had this problem ?

oxyii commented 5 years ago

@Foskas See this snack with your props. All works fine

Foskas commented 5 years ago

@oxyii I managed to found the issue. It was on my side. My bad.

There's another issue with the manual swipe. Sometimes it gets stuck in me middle of the swipe as on the attached images. Any clue on this ?

69449802_726563284458105_5622655937618640896_n 69461400_535951406946693_6566495170081062912_n

Btw, good job on this lib.

oxyii commented 5 years ago

@Foskas I will not be able to figure out the problem if I do not see the source code. Please open a new Issue. Please attach a minimum code to reproduce this problem. Offhand, I can say one thing: this behavior is theoretically possible if there are touchable elements inside the swiper