Is it possible for certain apps to disable tapping from adb?
I open up a drawing up (I use it for testing) and I run
and both work, but then I open a random game and I run the same 2 commands (seperately) and only the swipe works and the tap does nothing. I wrote a for-loop that taps from 0 to 1000 to make sure i'm not missing any input or anything but nothing happens
Anyone ever countered this issue before...
Read more
I open up a drawing up (I use it for testing) and I run
Code:
adb shell input tap 500 500
adb shell input swipe 500 500 500 800
and both work, but then I open a random game and I run the same 2 commands (seperately) and only the swipe works and the tap does nothing. I wrote a for-loop that taps from 0 to 1000 to make sure i'm not missing any input or anything but nothing happens
Anyone ever countered this issue before...
Read more