-
Updated
Oct 6, 2020 - JavaScript
swipe
Here are 373 public repositories matching this topic...
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Swift
-
Updated
Sep 2, 2020 - Java
-
Updated
Jul 16, 2019 - Java
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Kotlin
-
Updated
Aug 1, 2020 - Java
-
Updated
Mar 29, 2019 - JavaScript
-
Updated
Aug 23, 2019 - Java
-
Updated
Oct 30, 2019 - JavaScript
-
Updated
Oct 17, 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.
why did you skip the onTap callback in version 5? Is there an easy way to create the onTap functionality, when dragging didn't take place?
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Jul 21, 2020 - Swift
-
Updated
Apr 6, 2020 - Swift
-
Updated
Oct 4, 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)