Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
112.29k stars 10.74k forks source link

Touch mutually exclusive, the computer control interrupts the phone touch screen operation. #3950

Open o2e opened 1 year ago

o2e commented 1 year ago

Environment

I read and write English relying on translations, so I'm not sure if I'm missing documentation or already existing issues, so please don't blame me haha.

I found a touch-related problem when using scrcpy: I look for any interface with a drop-down refresh on my phone and keep the drop-down state un-relaxed, then using mouse clicks or swiping the screen on the computer side of scrcpy will break my phone side touch causing the drop-down to unwind, is this a potential problem? I have observed: some gamepads that rely on adb permission touch mapping do not have such problems. Is there a magic that makes the touchscreen and other analog touches work at the same time?

rom1v commented 1 year ago

Does --forward-all-clicks change the behavior? (c7b1d0ea9af8bb9603ec8f713f1a5fbf3f628b6a)

o2e commented 1 year ago

Does --forward-all-clicks change the behavior? (c7b1d0e)

@rom1v No change, still compete with touch

abbuaus commented 4 months ago

Same problem