Top "Touch" questions

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

Simulate touch command with Java

I want to change modification timestamp of a binary file. What is the best way for doing this? Would opening …

java file touch
How can a service listen for touch gestures/events?

I'm wondering how apps like SwipePad and Wave Launcher are able to detect touch gestures/events simply through a service. …

android events service touch gesture
jQuery on 'double click' event (dblclick for mobile)

I have the following jquery event handling function: $('.target').on('dblclick', function() { //respond to double click event }); My issue …

javascript jquery touch
Is there a way to touch-enable scrolling in a WPF ScrollViewer?

I'm trying to create a form in a WPF application that will allow the user to use iPhone-like gestures to …

wpf touch
How to Set an Android SeekBar to be unmoveable/frozen?

In my XML, I've set the focusable, focusableInTouchMode, clickable, and longClickable variables to false, yet I can still click and …

android focus click touch seekbar
How to simulate touch for any application in Android?

I know some similar questions have already been asked, but I think they are asking for simulating touch in their …

android touch device simulation simulator
Disable WebView touch events in Android

How do you disable all touch events in an Android WebView (or scrolling in particular)? I would like the activity …

android webview touch
How to capture the onscreen keyboard 'keydown' and 'keyup' events for touch devices

I have defined keyboard events which is working good in desktop but for touch devices not getting the onscreen keyboard …

javascript jquery keyboard touch on-screen-keyboard
How to get a continuous Touch Event?

My class extends View and I need to get continuous touch events on it. If I use: public boolean onTouchEvent(…

android events touch continuous
Media query for devices supporting hover

I'd like to provide separate behaviour for browsers supporting hover (e.g. desktop browsers) and ones which don't (e.g. …

css hover media-queries touch interaction-media-features