Top "Touch" questions

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

Touch move getting stuck Ignored attempt to cancel a touchmove

I'm messing around with touch events on a touch slider and I keep getting the following error: Ignored attempt to …

javascript jquery event-handling slider touch
Eliminate 300ms delay on click events in mobile Safari

I've read that mobile Safari has a 300ms delay on click events from the time the link/button is clicked …

javascript jquery jquery-mobile safari touch
jQuery UI slider Touch & Drag/Drop support on Mobile devices

I have already styled and implemented jQuery UI slider into a project. Though it's responsive, the slider does not respond …

jquery jquery-ui touch jquery-ui-slider
Android How to draw a smooth line following your finger

http://marakana.com/tutorials/android/2d-graphics-example.html I am using this example below. But when I move my fingers too …

java android touch interpolation curve-fitting
Make element unclickable (click things behind it)

I have a fixed image that overlays a page when the user is in the act of scrolling a touch …

html css mobile scroll touch
jQuery UI sliders on touch devices

I'm developing a website using jQuery UI, and there are several elements on my site that appear to be incompatible …

slider touch jqtouch
How to cancel an Dialog themed like Activity when touched outside the window?

I have an activity with a Dialog theme and I would like to close (finish) this activity when someone touches …

android dialog android-activity touch
Google Maps Android API v2 - detect touch on map

I can't find an example on how to intercept the map touch on the new Google Maps API v2. I …

android google-maps maps touch google-maps-api-2
Understanding touch events

I'm trying to make some of my libraries work with touch devices, but I'm having a hard time trying to …

javascript mobile touch