Hi!
I've an app who is an internal webbrowser for my company, for reasons it is a kiosk mode app, without a physical keyboard attached.
I have been able to insert a virtual keyboard in the input of my html itself, without problem, but I can't get the keyboard to jump when focusing on the webview input.
To archieve this, I have to inser a local JS file, plus a local CSS file and a minified version of JQuery. In the base html (the part who isn't a webview) it works fine, pic attached to prove this, but when I click on the input who is inside of the webview it doesn't show.
Any suggestions? It's been 3 days and I can't get out of this freaking well. I've read a lot that it can be archieved with ipc events, but 0 info about how to or an example of how to reach it.
I'm using electron 22, electron-virtual-secure-keyboard, and electron-builder, focused on linux only (ubuntu 22.04)