jquerysimulatekiosk

Simulate touchpad for the web


I develop the web site app which will running on the Kiosk device. enter image description here

enter image description here

I'd like make the virtual touchpad, let a handicap could click, drag and do more things on my kiosk from that touchpad. Please see my screenshot to understand my idea.

If anyone provide me the jquery library or something similar to handle it I would appreciate that.

I've found the source https://github.com/jquery/jquery-simulate/wiki but it could not help


Solution

  • I understand that this is an old question but it is one of the things that came up when I was google searching for any canned solutions to simulate a touch pad pointing device in a mobile browser based web application.

    I recently published this code on github. https://github.com/mmiscool/JS-virtual-Touchpad

    It overlays a virtual touchpad over an iframe and provides a simulated mouse cursor to send the typical events associated with common mouse interaction to the application in the iframe.

    It provides a virtual mouse pointer and lets you interact with the application as if you had a real mouse attached to the device when used in a mobile browser.