redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

Accessibility is unable to perform gestures and clicks

Open KaitoKid opened this issue 1 year ago • 21 comments

Describe the bug I haven't seen any discussion around this yet, but it appears that apps that take advantage of Accessibility are unable to perform any touch actions.

Screenshots I've recorded a quick example using the app 'Click Assistant', but I've tested several on this device and none seem to work.

https://www.dropbox.com/s/u7x1016ej8oss8c/Accessibility_Bug.mov?dl=0

I'm running a build of redroid11 with both magisk and gapps

$ docker -v
Docker version 23.0.2, build 569dd73
$ uname -a
Linux xxx 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
docker run -itd --privileged \
    --name redroidm \
    -v /home/xxx/.config/appdata/redroid11m:/data \
    -p 5555:5555 \
    redroid/redroid:11.0.0_gapps_magisk \
    androidboot.use_memfd=1 \
    androidboot.redroid_width=1080 \
    androidboot.redroid_height=1920 \
    androidboot.redroid_gpu_mode=auto

KaitoKid avatar Apr 11 '23 08:04 KaitoKid