Top "Touch" questions

Touch-based interfaces have unique considerations that do not apply to other modes of input, and vice versa.

What is a good JavaScript library or jQuery plugin for touch gestures?

I don´t need a full fledged framework like Sencha or jQuery mobile, just the ability to detect gestures such …

javascript jquery touch gestures
Chrome "Emulate Touch Events" not working

I've enabled the "Emulate Touch Events" option in Chrome's Developer Tools. I set up a simple test program that alerts …

google-chrome mobile touch google-chrome-devtools touch-event
How to capture touchend coordinates?

I am trying to capture touch coordinate on the touchend event but get undefined. The touchstart event works good, but …

javascript touch mootools
How to use hammer.js with Angular.js

I'm new with Angular.js and reading i know angular dont have events like tap, double tap, etc. I'm trying …

touch angularjs hammer.js
Variation of e.touches, e.targetTouches and e.changedTouches

Let's say I am listening for touchstart, touchmove and touchend on the body element. Let me know if I'm wrong, …

javascript webkit touch
How to detect a tap gesture in subviews

Quick question: how do i detect if a tap gesture recognizer is within a subview of the view it is …

objective-c ios uiview touch uitapgesturerecognizer
singletap touch detect in Ontouch method of the view

I needed a singletap touch detect in my custom view's ontouch method. I tried getting the x and y values …

android touch ontouchlistener
Is there anyway to remove an onTouchListener from a view object?

I have an on touch listener for a webview, but it has a bad effect on the functionality of the …

android webview touch listener
ACTION_CANCEL while touching

I has the following class that represents a View that is touchable and draw a Slide Bar. public class SlideBar …

android events view touch
How to find out what view a touch event ended at?

I wish to drag a UIImage on to one of several UIButtons and have it repositioned based on which button …

ios objective-c touch uitouch