#
touch
Here are 356 public repositories matching this topic...
JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
javascript
mobile
typescript
snap
vanilla
drag-and-drop
touch
drop
modern-browsers
inertia
multi-touch
javascript-drag
-
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
macos
statusbar
customization
applescript
touch
macbook
dock
touchbar
bar
custom-touchbar
customization-app
touch-bar-customization-app
touch-bar-customization
-
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
javascript
html
bootstrap
gallery
slideshow
mobile
responsive
slider
touch
carousel
swipe
banner-rotator
online-slider-maker
wordpress-slider
layer-animation
timelined-layer-animation
nested-layer-animation
full-width-slider
full-window-slider
html5-ad
-
Updated
Oct 30, 2019 - JavaScript
A JavaScript touch gesture detection library for the modern web
-
Updated
Jul 30, 2020 - JavaScript
layerJS: Javascript UI composition framework
javascript
library
ui
html5
frontend
navigation
animation
touch
composition
declarative
swipe
transition
menu
layers
frame
stage
layerslider
layerjs
-
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
iOS Chart. Support animation, click, scroll, area highlight.
-
Updated
Dec 18, 2019 - Objective-C
The most fluid carousel library with unmatched swipe precision
react
javascript
slideshow
mobile
typescript
vanilla
slider
touch
carousel
carousel-component
carousel-plugin
slider-plugin
dependency-free
-
Updated
Aug 22, 2020 - TypeScript
1
rafat69ahmed
commented
Nov 17, 2018
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
-
Updated
Aug 30, 2018 - JavaScript
自定义控件模块库:各种风格的自定义控件,拿来就用,API文档详细,持续集成,长期维护,有问必答;
android
kotlin
java
chart
animation
touch
progressbar
custom-view
widget-library
ringview
matrixview
-
Updated
Jul 15, 2020 - Java
Pull to reload implementation for the web. Designed to work with both mobile and websites.
javascript
plugin
html
html5
touch
hybrid-apps
pull-down-refresh
pull-to-refresh
single-page-applications
webapps
pull-to-reload
-
Updated
May 19, 2017 - JavaScript
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
c
linux
raspberry-pi
arduino
esp8266
gui
embedded
teensy
touch
sdl
esp32
pi
arduino-library
feather
tft
touchscreen
adafruit-gfx
m5stack
mcufriend
tft-espi
-
Updated
Aug 22, 2020 - C
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