Hi,

We are currently running our application through RDP via guacamole. Upon
loading, this application detects keyboard presses and performs certain
actions depending on what key was pressed.

The scenario above works well for desktop browsers, but we will need to
improve upon this for mobile browsers as well. The documentation for
common-js described the process to set the event handler for the Touch
event, which looks straightforward enough.

We don't want to create a new client to add the functionality as described
above, but how do we modify the existing web frontend with our custom event
handler?

Reply via email to