touch
Here are 433 public repositories matching this topic...
JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
-
Updated
Aug 17, 2020 - TypeScript
Super tiny size multi-touch gestures library for the web. You can touch this →
-
Updated
Jan 3, 2019 - JavaScript
Smooth scrolling, rotation, pull to refresh, page transition and any motion for the web - 丝般顺滑的触摸运动方案
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Aug 13, 2020 - Swift
Slip.js — UI library for manipulating lists via swipe and drag gestures
-
Updated
Mar 29, 2019 - JavaScript
a library to create multi device experiments
-
Updated
Jun 25, 2017 - JavaScript
Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap
-
Updated
Oct 30, 2019 - JavaScript
A JavaScript touch gesture detection library for the modern web
-
Updated
Sep 6, 2020 - JavaScript
layerJS: Javascript UI composition framework
-
Updated
Feb 13, 2020 - JavaScript
Portable file system cache diagnostics and control
-
Updated
Mar 9, 2020 - C
Android InDoorView dependent on Canvas
-
Updated
Jun 25, 2017 - Java
The most fluid carousel library with unmatched swipe precision
-
Updated
Aug 28, 2020 - TypeScript
iOS Chart. Support animation, click, scroll, area highlight.
-
Updated
Dec 18, 2019 - Objective-C
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
-
Updated
Jul 17, 2020 - Java
1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
-
Updated
Aug 30, 2018 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the touch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the touch topic, visit your repo's landing page and select "manage topics."


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