Cartucho / android-touch-record-replay

How to record and replay touchscreen events on an Android device.
Apache License 2.0
229 stars 49 forks source link

Does not play back last touch #6

Closed KonradStanski closed 5 years ago

KonradStanski commented 5 years ago

I noticed while using this that when I play an event, if it a touch event for example, it will leave the touch pushed down. Maybe an indexing issue? Id appreciate some assistance in resolving this issue. This also has the effect that running a recorded swipe consecutively will chain the swipes together not moving the screen as when you next "touch" the screen, the swipe continues.

Cartucho commented 5 years ago

Hey, which Android version are you using? Android 9.0?

Cartucho commented 5 years ago

Please have a look at the following comment: https://github.com/Cartucho/android-touch-record-replay/issues/5#issuecomment-491913776

Cartucho commented 5 years ago

@KonradStanski, this should be fixed now