2 repository-uri
Preventing browser-level scrolling or zooming during the execution of custom touch gestures.
Distinct from Scroll Interference Prevention: Focuses on blocking default browser interactions during gestures, whereas the parent focuses on excluding elements from snap-scrolling.
Explore 2 awesome GitHub repositories matching user interface & experience · Gesture Interference Prevention. Refine with filters or upvote what's useful.
SwitchButton este un widget de tip toggle switch personalizabil pentru crearea de comutatoare on/off animate, cu etichete și culori configurabile. Servește ca un input de formular interactiv care permite utilizatorilor să comute între două opțiuni opuse folosind o componentă bazată pe stare. Widget-ul este conceput să fie conștient de gesturi, capturând mișcările orizontale de swipe pentru a declanșa schimbări de stare, permițând în același timp evenimentelor de scroll vertical să treacă către containerul părinte. Componenta suportă definirea de culori, dimensiuni și raze de colț personalizate atât pentru butonul de toggle, cât și pentru track-ul de fundal. Include capabilități pentru gestionarea stărilor de toggle, configurarea textului etichetei și ajustarea vitezelor de animație.
Prevents default page scrolling while the user is performing a horizontal swipe to toggle the switch.
This project is a jQuery plugin designed to detect and handle touch gestures on touch-enabled devices. It serves as a touch input handler and mobile gesture interface for identifying interactions such as swipes and pinches within a jQuery environment. The library distinguishes intentional gestures from accidental movements through configurable distance and time thresholds. It includes mechanisms to manage input interference, allowing for the exclusion of specific interactive child elements and the locking of default browser behaviors like scrolling or zooming during an active gesture. The sy
Excludes specific child elements from triggering gestures and toggles page scrolling or zooming during active swipes.