Page 1 of 1
How to use Touch Gesture function
Posted: 10 Nov 2016 13:10
by P-chu
I don't quite understand how to use touchGesture() (or possibly I misinterpret what it does). I wanted to simulate a swipe to control one of my apps. Is touchGesture() something I have to wait for Android 7 to use?
Re: How to use Touch Gesture function
Posted: 10 Nov 2016 20:44
by Martin
Hi,
The script function touchGesture indeed only works on Android 7. Unfortunately Google only added the required API in Android 7 so there's no chance to backport the feature to older versions of Android.
There are some root-only apps out there that can record and replay touchscreen interaction on older Android devices (RepetiTouch, FRep etc.).
Regards,
Martin