virresh / matvt

Virtual Mouse for Android TV that can be controlled via remote itself.
GNU General Public License v3.0
211 stars 35 forks source link

mouse pointer clicks while on scroll mode #32

Closed ianminzy closed 2 years ago

ianminzy commented 2 years ago

there is a bug in the app where the pointer clicks while on scroll mode, im using the LG Smart Folder (LGM-X100S).

virresh commented 2 years ago

Hi @ianminzy

Can you provide some more information on which version are you using? Also does changing scroll speed help?

ianminzy commented 2 years ago

Hi @ianminzy

Can you provide some more information on which version are you using? Also does changing scroll speed help?

1.0.6, changing scroll speed does not resolve the issue

Dr-Sauce commented 2 years ago

This is also happening to me. I'm using 1.0.3. (flip phone version.)

Changing the scroll speed doesn't help.

virresh commented 2 years ago

This is caused because flipphones have a small resolution. Sending a small gesture on a small screen often causes problems because the operating system doesn't know if it's a swipe or a click.

Auto-detecting resolution in order to accurately determine the click / scroll threshhold for a finger swipe gesture will fix this permanently. Had introduced scroll speed as a medium to control gesture size only, but apparently the limits still don't accomodate the screens on your flipphones....

Logged issue https://github.com/virresh/matvt/issues/34 for this.

virresh commented 2 years ago

Closing as duplicate for #34 Please continue any discussion on this there.