Top "Touch" questions

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

handle both mouse and touch events on touch screens

I'm writing web application which should support both mouse and touch interactions. For testing I use touch screen device with …

javascript google-chrome firefox touch touchscreen
Touch and drag image in android

I am working on some example in which i want to drag the image corresponding to touch in Android. Does …

android touch drag
How to Hide Tab Bar Controller?

How to Hide Tab Bar Controller ? I want to hide the Tab Bar controller with double tap on UIImageView.

iphone uiimageview uitabbarcontroller touch
Android move view on touch event

I would like to move two different views into my layout, so that an user can display it like his …

android touch ontouchlistener
Detecting Pan Gesture End

I've got a view and I applied a UIPanGestureRecogniser to this view: UIPanGestureRecognizer *panGesture = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(…

objective-c touch uigesturerecognizer
Prevent page scroll on drag in IOS and Android

I'm working on a html5 canvas game, but I don't know how to handle touch events. When a user touch …

javascript html canvas touch
Why/when do I have to tap twice to trigger click on iOS

Ok I feel like I'm crazy... I'm looking at Mobile Safari on iOs 6.0. I can't seem to establish any rhyme …

ios mobile click touch tap
How do I detect if an SKSpriteNode has been touched

I am trying to detect if my sprite node has been touched and I have no idea where to start. …

swift sprite-kit touch skspritenode touchesbegan
How to optimize website for touch devices

On a touch device like iPhone/iPad/Android it can be difficult to hit a small button with your finger. …

javascript css touch dom-events usability
android: ViewPager and HorizontalScrollVIew

I have a HorizontalScrollView inside my ViewPager. I set requestDisallowInterceptTouchEvent(true); for the HorizontalScrollView but the ViewPager is still sometimes …

android events view scroll touch