terry39 / android-event-injector

Automatically exported from code.google.com/p/android-event-injector
0 stars 0 forks source link

Touch UP not working #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've Samsung Galaxy Note 10.1, Android 4.1.2

And I want to inject touch event - to a different app related activity started 
from current main activity.

And yes if I use SendTouchDownAbs - it does TouchDown and not TouchUP - at that 
given point in new app - but then device hangs for future Touch UP/DOWNs and I 
cannot touch anymore to do anything on screen.

And if I use SendTouchAbsCoord - it does TouchDown and not TouchUP - -and after 
few multiple Touches - I can touch on screen and continue with running system 
to execute toches...

So My problem is that - it does only TouchDown and not TouchUp after that..

So what are the causes and possible solutions.....

Original issue reported on code.google.com by qhink9...@gmail.com on 21 Jun 2014 at 5:07