I am developing application for Zebra tablet and need to open the windows onscreen virtual keyboard.
The application is written as electron app with react front end.
I've searched for the on the npm repo and only package I've found is this one .
unfortunately this does not seem to work for me. can someone suggest solution?
Thanks in advance !
EDIT:
after more digging I found that the process I want to open is tabtip.exe so I am using build in nodes build in child_process to run the executable
now Im facing similar issue as in question the process is executed and it is running in the background, but I am still unable to open the keyboard.