You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Denis MIGDAL (Jira)" <ji...@apache.org> on 2022/03/04 22:33:00 UTC

[jira] [Created] (GUACAMOLE-1547) Mouse emulation for touchscreens

Denis MIGDAL created GUACAMOLE-1547:
---------------------------------------

             Summary: Mouse emulation for touchscreens
                 Key: GUACAMOLE-1547
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1547
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole
            Reporter: Denis MIGDAL


Hi,

 

I tried to use Guacamole on an Android Tablet on Chrome browser.

However, the 2 proposed mouse emulations doesn't seem to be suited for an usage with a touchscreen :
 * the first clicks on press, but doesn't move the cursor when moving the touch (which is an issue with some applications).
 * the second enables to move the cursor but isn't quite practical as we can't press one element of the screen to click it or move the cursor to it.

 

I therefore suggest to add a 3rd mouse emulation with the following behavior :
 * at anytime move the cursor to the last position of the touch/press.
 * if 2 quick touch/press, assume a double-click.
 * if the touch/press is long enough (e.g. 1s) without significant touch move assume a left-click until the touch is released.
 ** if only touch without moving: click
 ** if touch/press > 1s without moving then moving without releasing the touch: click while moving the cursor (like when doing a drag&drop)
 * if the touch is long enough (e.g. 2s) without significant touch move assume a right-click, instead of a right-click.

 

Cordially,



--
This message was sent by Atlassian Jira
(v8.20.1#820001)