InCuboEC / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

Speedup one-tap actions #932

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. define a one-tap action
2. don't define a double-tab action
3. double tab the zone

What is the expected output?

The one-tab action should be executed twice without a timeout waiting for the 
second tap for a non existing double-tap action 

What do you see instead?

If you single tap the zone a waiting timeout slows-down the reaction.
No reaction on double tap.

What version of the product are you using?

On what operating system?

What device are you using?

Please provide any additional information below.

If no double-tap action is defined, don't apply a waiting timeout on single 
taps. On double taps execute the one-tap action twice (for each single tap).   

Original issue reported on code.google.com by erwar...@gmail.com on 27 Mar 2015 at 6:36

GoogleCodeExporter commented 8 years ago
Not a chance.

Original comment by Andrei.K...@gmail.com on 27 Mar 2015 at 7:45

GoogleCodeExporter commented 8 years ago
Thanks for reply. 

Perhaps you used an API OnDoubleTapListener. -> Not a chance. I see.

Would it be possible to add an optional performance setting: "Not using double 
tap at all"?

Original comment by erwar...@gmail.com on 27 Mar 2015 at 9:22