Tagged Questions

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

learn more… | top users | synonyms

34
votes
4answers
21k views

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 create a "post-it" type item. Basically, I click or tap on div#everything (100% high ...
31
votes
13answers
2k views

Technology to communicate with someone with expressive aphasia? [closed]

A family member had a stroke a few years back and now has expressive aphasia. She understands what is said to her, is cognitive of what is going on, but cannot express herself. She is able to respond ...
11
votes
10answers
2k views

Things to consider when writing for touch screen?

I'm starting a new project which involves developing an interface for a machine that measures wedge and roundness of lenses and stores the information in a database and reports on it. There's a decent ...
10
votes
15answers
1k views

how to calculate a negative acceleration?

I'm implementing the scrolling behaviour of a touch screen UI but I'm too tired in the moment to wrap my mind around some supposedly trivial piece of math: y (distance/velocity) |******** | ...
8
votes
2answers
913 views

Simulating mouse input programmatically in OS X

Is it possible to simulate the actions of a mouse from a program in OS X? Specifically, the short version is that I'm trying to simulate a touchscreen using two webcams. So assuming I can get X,Y ...
8
votes
1answer
1k views

Can iPad/iPhone Touch Points be Wrong Due to Calibration?

I have an iPad application that uses the whole screen (that is, UIStatusBarHidden is set true in the Info.plist file). The main window's and main view's frames are set to (0, 0, 768, 1024). The main ...
8
votes
4answers
2k views

Algorithm to implement kinetic scrolling

What are the good algorithms to apply to kinetic scrolling implementation? The feature would be tested on custom UI list. While I am targeting mobile devices (those that do not have this feature ...
7
votes
4answers
204 views

How do I tell whether a browser is on a touchscreen device with JavaScript?

I know this is a bit of perennial question, but here goes: I want to know whether the device my site is being accessed with is a touchscreen. That means phones and iPads, of course, which are ...
6
votes
1answer
998 views

Is there a Java API for touching devices such as tablets?

I'm a java developer and I love this techonology. However, in my advisor next research we are going to use extensively touch-screen devices on Windows. This is a problem for me, because I'm used to ...
6
votes
4answers
697 views

Using iPad with 11 Fingers… Extend Android's limit in Code

Bizarrely, the iPad can handle up to 11 points of contact on the touch screen and interpret them successfully, leading to some interesting games. Reference: ...
6
votes
3answers
5k views

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 thinking of iPhone, but I know this isn't supported yet. I was wondering if that is just ...
6
votes
2answers
357 views

Using TouchScreens for game control

I'm working on my first video game for the Android platform as a bit of a nights and weekends project. It is coming along nicely, but I am very unhappy with the control sensativity. In this game, ...
5
votes
1answer
440 views

Triggering the “:active” pseudo-class on a touchscreen

I'm currently developing a JavaScript application which will be deployed on a touchscreen kiosk running Chrome in kiosk mode. I've noticed that when I use a mouse to click the buttons on the ...
5
votes
2answers
132 views

How to tell what physical device clicked a button in C#?

I have a Form with buttons. This application is meant to run on a touchscreen computer. When a button is clicked I would like to know whether it was clicked by the mouse or the touchscreen. Is this ...
5
votes
2answers
497 views

windows phone 7, xna, how do I sample the touch screen more regularly

ok, so apparently xna games can only run at 30fps, which is a shame, because our game on iphone looked alot better at 60... at any rate, because the only way you can get information about the touch ...
5
votes
1answer
13k views

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 (iPhone and Android). How can I produce a mouse move event when a touchmove event occurs? ...
4
votes
2answers
294 views

Adjust touch input sample rate on Android

On Android, is there a way of adjusting the touch input sample rate?
4
votes
1answer
480 views

TouchScreen Nokia C5 -J2ME's Command Actıon buttons and Scrolling do not work after changing system time

I am startıng my app, and it is working well... but After...: Going to "Settings-> Phone-> Date and time",change the time backward.(MyApp is onbackground) Re-opening tested application Trying to ...
4
votes
1answer
397 views

Is there a flag you can set to disable auto suggest behavior for an HTML field on iPad/iPhone/Android/etc

For desktop browsers I can set this on a field to disable the auto-completion list based on recent entries. <input type="text" name="username" autocomplete="off"/> ...
4
votes
2answers
328 views

Is there a way to “reset” mobile Webkit's pseudo-hover behaviour after the initial hover-triggering click?

I'm working on a website where I'm using Javascript (via JQuery) to add pop-up boxes containing extra information for items in a list. I'm using JQuery's mouseeneter and mouseleave events to make the ...
4
votes
2answers
720 views

C# page scrolling like iPhone?

How do you make horizontal scrolling pages like the iPhone menu? It's for a touchscreen application and I want to make several pages with buttons.
4
votes
1answer
355 views

What's the latest in touch screen programming?

I want to code some applications to use touch screen gestures. What is the latest technology available? What functionalities to APIs provide? Is it just the casual select and click functionality or ...
4
votes
3answers
9k views

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. I'm particularly interested in the touch screen of my T-Mobile Pulse so just to get me ...
3
votes
2answers
350 views

Is it possible to let my c# wpf program know if the user has a touchscreen or not?

I've got an login application that has a swipe system that people only can use when they have a touchscreen. They can login by swiping their personal pattern swipe code. Is it possible to check in C# ...
3
votes
1answer
788 views

Programming a touch screen application with SWING

I would like to know what events my buttons in the UI of my application should have listen to? To mouse click? And what about the pressing and releasing events? Are they the same while clicking via ...
3
votes
3answers
593 views

CSS dropdowns on touch-based clients. Are pure CSS dropdowns going to become extinct?

My company is starting to move toward adding the iPad as a browser i have to test my work on. This got me thinking... Since touch-based clients don't have a :hover state are pure CSS dropdowns going ...
3
votes
2answers
10k views

How to handle ButtonField & BitmapField Click (Touch) events in Blackberry Storm?

I have created a ButtonField & a BitmapField like.. public class MyCanvas extends MainScreen implements FieldChangeListener { HorizontalFieldManager hfm; private Bitmap startBitmap; ...
3
votes
2answers
981 views

touch screen programming issue

Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and movement) to make the touch screen ...
3
votes
2answers
2k views

Blackberry storm touchEvents

Ive ported an Blackberry 4.6.0 application over to the storm on 4.7.0. All is working fine apart from the touch events i'm trying to control. I trap touch events in the method below which does as its ...
3
votes
5answers
2k views

Why does google.com look different on blackberry & phonegap vs. blackberry & browser

I'm tyring to get phonegap up and running on blackberry storm (9530 simulator). I had been testing my webapp from withing BB's built in browser, and it was looking ok, but then it totally bit once I ...
3
votes
2answers
2k views

WPF Resize Windows

I maintain a touch screen application that I'm re-writing into .Net. Through the years the resolution of the touch screens has increased greatly. Not only is the resolution higher, but the pixels are ...
3
votes
5answers
2k views

Smallest button size on a touchscreen

I'm involved in writing a touchscreen application for a medical device. The program is kiosk-like, in that the start menu, etc, will not be accessible to the user, and the user will use an onscreen ...
3
votes
9answers
9k views

Which On-Screen Keyboard for Touch Screen Application?

I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows ...
3
votes
8answers
2k views

Rich User Interface on Embedded Linux Device

I'm designing a user interface for a large touchscreen device running Linux. What would be the best toolkit/developer kit/SDK to use? The only requirement is that its able to run on a semi-low ...
2
votes
1answer
154 views

how to create a paint app?

i'm trying to create a painting app, and what i know is it is related to canvas but i do not know how to use it. i followed the tutorial from Playing with graphics in android but it turns out to be ...
2
votes
1answer
64 views

Qt: How to filter accidental (consecutive) MouseButtonRelease and MouseButtonPress events?

My problem is a poor resistive touch screen. When you drag your finger across the screen. The drag randomly cuts off because of the MouseButtonRelease event. I would like to fix this by filtering the ...
2
votes
1answer
122 views

Overriding onTouchEvent with Flixel (Android port)

So I followed Mathew Casperson's Making Games on Android Tutorial and got a small game running a few days ago, now I am trying to switch the controls to touchscreen instead of the D-pad. I am running ...
2
votes
1answer
1k views

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 on-chip ADC controller (S5PV210 processor from Samsung). In my design, I need a ...
2
votes
1answer
288 views

how to get smartphone like scrolling for a winforms touchscreen app ( scrolling panel )

After scouring the articles online I have come up with this design for a winforms based touchscreen app that needs smartphone like scrolling. The app itself will run on a tablet laptop or touchscreen ...
2
votes
1answer
168 views

Context menu and touch-screen devices

Now that touch-screen devices are so common, it's a bad idea to design websites that uses a custom context menu? I'm talking about this kind of menus. How iPhone users and Android mobile users see ...
2
votes
1answer
510 views

Screen sensitivity across Android devices

I have encountered a really weird scenario during my tests and maybe you can light me. Scenario: The application consists in a Surfaceview in which I handle the touch event. I have a image on the ...
2
votes
2answers
340 views

Is there a 3rd party library for Android Pinch Zoom

Does anybody know whether there's a 3rd paty (or built in) library that helps in detecting and handling a pinch zoom event? Basically what I'm looking for is some class that takes coordinates from a ...
2
votes
2answers
163 views

Are CSS popups dying with touch-screens becoming more proliferate?

I'm designing a site (a customer portal) that will probably be used with mobile/touchscreen devices at some point in the future. In the past I've used CSS code like this: div.Info { display: ...
2
votes
2answers
628 views

Best way to detect touchscreens (ipad, iphone, etc)?

I need to load some additional CSS to my page if its being viewed on a touch screen device like an ipad or iphone. Whats the easiest way to do this? Thanks
2
votes
1answer
417 views

Android multi-touch headaches

I've getting a real problem trying to deal with multi-touch events. Basically I need to detect if someone has released a finger while touching the screen elsewhere. According to this previously ...
2
votes
1answer
422 views

Touchscreen Windows 7 WPF

I have an app which I need to make accessible for Windows Touch. It is not a multi-touch application. I've looked at Microsoft's guidelines for touch applications which is interesting. There is one ...
2
votes
3answers
427 views

iPad: touchesBegan not being called when dragging finger from upper screen border

I am writing an ipad application where you can drag around the screen with 1 or 2 fingers. I use the touchesBegan, touchesMoved and touchesEnded methods to recognize the touches. I have ...
2
votes
0answers
126 views

Cant use capacitive buttons while touching the screen

I'm having issues while coding for my Evo. While touching the screen, the Evo interprets me touching the buttons as another press on the screen instead of a onKeyDown, onBackPressed, etc. (It actually ...
2
votes
1answer
375 views

Windows XP - monitor process & relaunch process if it crashes

This is my first windows question so apologies if this is obvious or badly worded. I have a touch screen station that runs Opera in Kisokmode (http://www.opera.com/support/mastering/kiosk/) which is ...
2
votes
2answers
71 views

Touchscreen in CE5 blocking data traffic from peripheral

We are developing a platform with Windows CE 5 (soon to be upgraded to 6) in .Net CF 2 C#. What we have recently discovered is that if we are touching the touchscreen while using our peripheral, the ...

1 2 3 4