-
Updated
Oct 24, 2020 - JavaScript
swipe
Here are 375 public repositories matching this topic...
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Swift
-
Updated
Sep 2, 2020 - Java
-
Updated
Jul 16, 2019 - Java
-
Updated
Nov 14, 2020 - TypeScript
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Nov 15, 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
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.
-
Updated
Oct 29, 2019 - JavaScript
-
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)