qt-kiosk-browser icon indicating copy to clipboard operation
qt-kiosk-browser copied to clipboard

Provides a simple but highly configurable browser for use on Kiosk devices

Results 9 qt-kiosk-browser issues
Sort by recently updated
recently updated
newest added

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)...

Is there a way to ignore an invalid SSL certificate and allow a page to load?

help wanted
good first issue

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...

Currently qt-kiosk-browser silently falls back to the built-in URL value if it fails to load the configuration file passed as argument like this: ``` qt-kiosk-browser sdflkjsdflkjsdflkj ``` This can lead...

qt-kiosk-browser tries to load either the first argument or "settings.json" with the [file:](https://github.com/OSSystems/qt-kiosk-browser/blob/master/qml/main.qml#L26) scheme. But this triggers the following warning: > XMLHttpRequest: Using GET on a local file is dangerous...

Hello! Thank you for your application. I am interested whether it is possible to implement in your browser work with HTML5 Geolocation and Camera? Also I have problems with downloading...

Hello, I am interested in compiling qt-kiosk-browser into a portable binary, if possible. May I ask how?

When a subprocess of the browser crashes the behaviors can differ depending on which subprocess crashed, however, there is no mechanism to recover from this or show this to the...