Top "Touch" questions

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

UIButton event 'Touch Up Inside' not working. 'Touch Down' works fine

I've got a UIButton in a UIView, which is in a UIViewController that I've allocated and inited from a .xib …

iphone uikit uibutton touch ibaction
How to develop multi-touch applications in Java?

Anticipating the day when multi-touch interfaces become more pervasive, are there libraries in Java that can be used for developing …

java touch multi-touch
How to bring up the Windows 8 on-screen keyboard in a desktop app

I have a fullscreen DirectX desktop app, and would like to display the on-screen keyboard when the user taps a …

directx touch windows-8 multi-touch
How to set OnTouchListener for the entire screen?

Please have a look at the following code. I am only posting the important sections of the code. activity_game.…

java android android-activity touch ontouchlistener
JS: Touch equivalent for mouseenter

is there a touch equivalent of the mouseenter. I would like to detect if user slide on my DIV. I …

javascript touch mouseenter
Swiper Touch Events - Enable click but disable drag

I am using Swiper 3.4.2 slider with thumbs as a pagination slider. And I need to disable drag on the pagination …

slider touch drag swiper
Jquery Swipe without jQuery mobile library

I know that this subject has been covered extensively on Stackoverflow but I cannot find a definitive answer. I am …

jquery touch swipe
Problem with cocos2D for iPhone and touch detection

I just don't get it. I use cocos2d for development of a small game on the iPhone/Pod. The …

iphone cocos2d-iphone touch detection
How can I change the touch effect color of the ActionBar in Android 3.0 and higher

I am trying to change the color of the rollover effect when you touch an ActionBar Item. On my Galaxy …

android colors touch android-actionbar
How to set electron UserAgent

I need to set the UserAgent in electron to include the touch flag since I am writing the application for …

javascript touch chromium multi-touch electron