javascript - open virtual keyboard from chrome (osk.exe) -


it's 1 of these questions again (execute local.exe file chrome web browser).

i know not possible (at least not in easy way)

what want open virtual keyboard on windows machines stored in folder

c:/windows/system32/osk.exe

i know simple

<a href="file:///c:/windows/system32/osk.exe">run virtual keyborad</a> 

don't work (for obvious reasons).

so how can make work? if not possible this, how can solve issue? need able open virtual keyboard clicking on link on webpage.

any other virtual keyboards can make use of user don't have download in order make use of through web-page?

specs

i run website in kiosk mode (in chrome) using 27" acer touch monitor (there no physical keyboard), running on windows7 computer. i'm using wamp webserver, i.e webpage accessed through local network.

thanks in advance =)

it not possible. live it. can not execute program on client machine. browser sandboxed. can make javascript equivalent this example

also, touch devices provide system-level virtual keyboard. example when click on input box on android, system show virtual keyboard. can check if case. if it's not, if going use fixed number of devices on local network , have direct control on them, possible make them behave way.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -