Hello Would you mind supplying some more details, starting with the documentation for your client devices (whatever they are).
Cheers Jon On Thu, 2025-04-17 at 12:03 +1000, Mackie Gippets wrote: 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?