bk138 / multivnc

MultiVNC is a cross-platform Multicast-enabled VNC viewer based on LibVNCClient. The desktop version runs on Unix, Mac OS X and Windows. There also is an Android version.
GNU General Public License v3.0
447 stars 65 forks source link

Android: Physical middle mouse clicks do not work #209

Closed TheEgghead27 closed 1 year ago

TheEgghead27 commented 1 year ago

If you'd like to put out an incentive for fixing this bug, you can do so at https://issuehunt.io/r/bk138/multivnc?tab=idle

Is your bug report about the Desktop Multivnc or the Mobile MultiVNC?

Which MultiVNC version are you using?

2.0.10

Which server are you connecting to?

Describe the bug When a physical mouse is attached, clicking the middle mouse button emulates the home button (systemwide function).

To Reproduce

  1. Pair/attach a physical mouse to an Android device
  2. Open any VNC session in the app
  3. Attempt to send a middle-mouse click to the host using your physical mouse
  4. Get sent back to the home screen

Expected Behavior The app might be able to override the system function so it can receive and relay the middle-mouse click input. A quick search on StackOverflow shows that altering the manifest may allow it, but I'm not experienced enough to tell whether this fix may cause other problems or not.

Screenshots N/A

For the Mobile Version (please complete the following information):

Additional context Thank you so much for making such an awesome app! Appreciate all the work, and I wish I could donate!

bk138 commented 1 year ago

Thanks for your feedback! This was reported before in #189 and fixed with #190, it will appear in v2.1.0. Are you OK to close this albeit the new version is not out yet?

TheEgghead27 commented 1 year ago

Oh, neat! Sorry for not checking closed issues first! Great work!