Top "Touch" questions

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

Determine vertical direction of a touchmove

i'm trying to implement a touch listener for tablets to trigger some actions depending whether it touchmoved upwards or downwards. …

jquery ipad touch
touchend event doesn't work on Android

I've just started looking at doing some basic mobile web development on the android and an writing a test script …

javascript android events touch
manually trigger touch event

I searched for the past 30 minutes, but didn't find a solution. I want to trigger a touchstart event on an …

javascript events touch
jQuery Drag and Drop on touch devices (iPad, Android)

We have a card game website that makes extensive use of jQuery Draggable & Droppable and which has worked nearly …

jquery android jquery-ui touch ipod-touch
Pinch to zoom with CSS3

I'm trying to implement pinch-to-zoom gestures exactly as in Google Maps. I watched a talk by Stephen Woods - "Creating …

javascript jquery css touch coffeescript
How to get a CGPoint from a tapped location?

I'm working on a graphing calculator app for the iPad, and I wanted to add a feature where a user …

ios xcode ipad touch cgpoint
touchend event properties

If I catch all touchend events from mobile devices with: $(document.body).bind('touchend', function (e) { var touch = e.touches[0]; // …

javascript jquery touch mobile-safari touch-event
Simulating touch events on a PC browser

I am developing an HTML application for the iPad. As such it utilizes touch events and webkit-CSS animations. Up until …

javascript ipad html google-chrome touch
Detecting that the browser has no mouse and is touch-only

I'm developing a webapp (not a website with pages of interesting text) with a very different interface for touch (your …

javascript html touch mouse
tap detection on a gameobject in unity

i'm currently making a soccer game. In this mini-game, when the player touch the ball, it adds force, and the …

c# android unity3d touch detect