-
Updated
Jul 31, 2020 - JavaScript
swipe
Here are 364 public repositories matching this topic...
-
Updated
Aug 5, 2020 - TypeScript
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Jul 24, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Swift
-
Updated
Aug 1, 2020 - Java
-
Updated
Jul 16, 2019 - Java
-
Updated
Aug 4, 2020 - TypeScript
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Aug 24, 2020 - Kotlin
-
Updated
Aug 1, 2020 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Aug 23, 2019 - Java
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Feb 13, 2020 - JavaScript
-
Updated
Jan 4, 2020 - Java
-
Updated
Oct 29, 2019 - JavaScript
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
Describe the bug
Swipes originating from coordinates with x = 0 (left edge) or y = 0 (top edge) will not be captured. I only found this by writing tests against my usage of this library as I believe this behavior is really hard to replicate in real world use cases. It's caused by a improper falsy check on this line:
https://github.com/FormidableLabs/react-swipeable/blob/master/src/index.js#L
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
Jul 21, 2020 - Swift
-
Updated
Apr 6, 2020 - Swift
-
Updated
Aug 6, 2020 - Swift
Improve this page
Add a description, image, and links to the swipe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swipe topic, visit your repo's landing page and select "manage topics."


Expected Behavior
rename
actionprops(maybe
actionCallbacks?)Current Behavior
React.HTMLProps has
action?: stringpropwe have
action?: (hooks: SwipeableViewsHooks) => voidprop (which is missing in current type definitions oliviertassinari/react-swipeable-views#545)