Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
46 stars 8 forks source link

Developer console #87

Open NikoCherednik opened 2 weeks ago

NikoCherednik commented 2 weeks ago

Hi, Is there any way to eable DevConsole for Chromium ?

And a second question: how can I manually reload the page ? Currently I get the problem when I boot up my device, the kiosk get started sooner then an Internet connection is established, soI have to go to the config file and change the homepage, then it reloads, and change it back

Salamek commented 2 weeks ago

You can enable remote debugging and then connect from chromium/chrome browser dev console see: https://github.com/Salamek/chromium-kiosk/blob/master/.docs/README.md#remote-debugging

Qiosk allows remote control via websocket, remote control docs: https://github.com/Salamek/qiosk/tree/master/.docs#remote-control Example python script CLI interface for remote control https://github.com/Salamek/chromium-kiosk/blob/master/examples/qiosk-control.py

Browser starting before connection is a bug, tracked in #88