alisen / android-rotaryknob-view

Automatically exported from code.google.com/p/android-rotaryknob-view
Other
0 stars 0 forks source link

Controlling 2 knob views only works when touched simultaneously #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have 2 or more objects of the knob in your layout
2. Try to adjust both of them at the same time

What is the expected output? What do you see instead?
They should work independent from each other, but I can only "move" them when 
the time difference of touching them is less than 1000ms. If I, for example, 
touch the first one, use it, keep the finger down and after 3 seconds try to 
use the other one, the second one will just be stuck. If I trigger ACTION_DOWN 
within 1 second on both of them, they will work as expected.

Original issue reported on code.google.com by alecma...@gmail.com on 6 Aug 2015 at 9:21