christian523
Results
2
issues of
christian523
Hi, I migrated from qt5.15 to qt6.5 and am using latest qt-kiosk-browser. When I activate the qtvirtualkeyboard by touching an input field it is properly displayed but **hogs the cpu(s)...
Currently it seems that the screensaver timer is only reset if a keyboard input is detected: line 186 in main.qml: InputEventHandler { onTriggered: { screenSaverTimer.restart(); } I'm using qt virtual...