react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

Possibility to change swiping sensitivity / minimumDistance for swipe

Open felix4321 opened this issue 3 years ago • 2 comments

Version

Which versions are you using:

  • react-native-swiper v1.6.0
  • react-native v0.65.1

Actual behaviour

In Android the swiper is much less sensitive than in iOS. If I scroll in iOS only a few millimeters with normal swipe speed, the index changes. If I scroll in Android a few millimeters with normal swipe speed, the index does not change.

Because of that the swiping in iOS feels great, but in Android it feels a bit buggy. You have to swipe a longer distance or with more speed, that the index changes.

Expected behaviour

I would like to set "minimumDistance" for swipe or increase the swipe sensitivity under Android.

I also would be happy with a patch-package solution :) I tried it, but didn't find any solution...

felix4321 avatar Sep 17 '21 14:09 felix4321

I want to ask if your problem is solved? Is there a solution

Version

Which versions are you using:

  • react-native-swiper v1.6.0
  • react-native v0.65.1

Actual behaviour

In Android the swiper is much less sensitive than in iOS. If I scroll in iOS only a few millimeters with normal swipe speed, the index changes. If I scroll in Android a few millimeters with normal swipe speed, the index does not change.

Because of that the swiping in iOS feels great, but in Android it feels a bit buggy. You have to swipe a longer distance or with more speed, that the index changes.

Expected behaviour

I would like to set "minimumDistance" for swipe or increase the swipe sensitivity under Android.

I also would be happy with a patch-package solution :) I tried it, but didn't find any solution...

I want to ask if your problem is solved? Is there a solution

wanglaohushiwo avatar Mar 31 '22 05:03 wanglaohushiwo