WebEngineView - Fill input with virtual keyboard.
-
Hi,
We have introduced a web view using WebEngineView It is working fine so far. However, I was wondering how we can fill input on the website. The physical keyboard is working but the end user won't have access to a physical keyboard, only a keyboard on the screen created in house using QML.Is there a way to detect input, show our virtual keyboard and then send the information entered by the user to the website input? We don't know the input id at first so we cannot hardcode it.
I tried that but it doesn't work https://stackoverflow.com/questions/72126743/webengineview-getting-text-input-focus
Thank you.
Qt version:
Qt 5.5.1 MSVC2013