Top "Touchscreen" questions

A touchscreen is an electronic visual display that can detect the presence and location of a touch within the display area.

How to use ADB to send touch events to device using sendevent command?

I am trying to send touch events to a device using AndroidDebugBridge, so that I can do some basic automation …

android automation adb touchscreen
Detecting a long press with Android

I am currently using onTouchEvent(MotionEvent event){ } to detect when the user presses my glSurfaceView is there a way to …

java android touchscreen long-click
How can I make a jQuery UI 'draggable()' div draggable for touchscreen?

I have a jQuery UI draggable() that works in Firefox and Chrome. The user interface concept is basically click to …

jquery jquery-ui ipad draggable touchscreen
Enable USB debugging through Clockworkmod with adb

So, a few days ago my Nexus 7 got dropped, and now there's a big crack in the screen. The touchscreen …

android adb root touchscreen nexus-7
JavaScript mapping touch events to mouse events

I'm using the YUI slider that operates with mouse move events. I want to make it respond to touchmove events (…

javascript javascript-events touchscreen
Get the co-ordinates of a touch event on Android

I'm new to Android, I've followed the hello world tutorial through and have a basic idea of what's going on. …

android touchscreen
Getting the coordinates from the location I touch the touchscreen

I try to get the coordinates from the location where I hit the touchscreen to do put a specific UIImage …

swift coordinates touchscreen
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
HTML5 Drag and Drop API on Touch Screen Devices

I was just wondering if the HTML5 API for Drag and Drop included support for touch screen displays. I was …

api html drag-and-drop touchscreen
Replacing Touchscreen driver in Android Kernel

I'm adapting a Gingerbread kernel for my custom board. I'm trying to replace a resistive touch screen that uses an …

android linux-kernel device-driver touchscreen android-source