h3 / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Android and probably other touch screens require too many taps #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the demo page on your Android or other touch screen browser.
2. Input a time.

What is the expected output? What do you see instead?

What happens is that it takes many taps to get a time input properly. You can't 
drag your finger, as that is a select operation. Therefore, you have to tap the 
first row, at which time the overlay disappears. 

Tap the input box again to make the overlay appear, then tap the second row. 
The overlay disappears again.

Tap the input box again to make the overlay reappear. Then tap the final row to 
enter the desired time.

I think what needs to happen with touch screens is the overlay should stay 
until an element on each row is tapped. Then it can disappear. It would still 
take 4 taps to enter the desired time, but it would be much better having the 
overlay stay open until the completion of the entry process.

What version of the product are you using? On what operating system?

I am using the demo on Android 2.2's native browser. The demo code doesn't say 
what version it is.

Please provide any additional information below.

Original issue reported on code.google.com by r.clouti...@gmail.com on 28 Jul 2011 at 6:31