Top "Touch" questions

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

Div overflow scrolling when -ms-viewport is specified?

Working on a page that is viewed in Windows Phone 8, and I noticed an odd behavior. When -ms-viewport is specified …

html css touch windows-phone-8 internet-explorer-10
What is going on with jQuery UI Sortable on a touch screen device?

I am using jQuery UI Sortable. I am developing a mobile only website, so I looked around how to map …

jquery jquery-ui mobile touch jquery-ui-sortable
Flutter disable touch on the entire screen

Is there any way to prevent my screen from receiving touch events, I don't want to disable touch for every …

flutter dart touch flutter-widget
Hammer.js (IE8)- Object doesn't support property or method 'addEventListener'

I'm using hammer.js for a touch menu for a site, and getting: "Object doesn't support property or method 'addEventListener'" …

javascript jquery mobile touch hammer.js
How to make right or left or left to right transition between activities on sliding the screen

If I have three activities, I want to move from one activity to another when touching the moving on the …

android android-activity touch screen sliding
Touchesbegan not detecting what is being touched

I'm building a rotating banner using a NSTimer to keep track of the current image with the image being animated …

iphone ios touch imageview touchesbegan
Detecting touches on MKOverlay in iOS7 (MKOverlayRenderer)

I have an MKMapView with possibly hundreds of polygons drawn. Using MKPolygon and MKPolygonRenderer as one is suppose to on …

ios touch mkmapview mapkit mkoverlay
How can I move an UI Image to a touch position?

I have an image on the scene. Now when I touch on my mobile device to a specific position, I …

unity3d touch screen mouse-position
How to register touch move over events in Angular?

Summarize the problem Stackblitz - https://stackblitz.com/edit/angular-touch-playground I'm trying register touch events and want to be able …

angular touch hammer.js
Determine touch position on tablets with JavaScript

I have an object with the name "element". If somebody touches the tablet, I would like to return the x …

javascript position touch tablet touchstart