I am building a web application program that will be used on touchscreen computers. The files are hosted locally. The computers are Windows 10 and are managed by me so any changes can be made on them if necessary.
The first task I need help with is opening an application from Firefox, most likely through JavaScript.
I want to open the Windows On Screen Keyboard when a text input gets focused and close it when it loses focus.
I do not want to use a library keyboard because these cannot interact with alerts, prompts, and sweetalert2 alerts which is what I will be using.
Like I said, I have full control to add any application or extension. These will need to work with Firefox however as it is the only browser which allows me to print automatically without showing any sort of prompt, preview, or dialog box which is very important for my project.
Everything that I have found is very old...I tried several things and none seem to work.
Thanks in advance for any contributions and advice you can shed.