Search code examples
printinggoogle-chrome-appgoogle-chrome-oschromium-os

Run silent print via Chrome App in Kiosk mode


Does anyone know a way to silent print via a Chrome App?

I'm developing a chrome app for a KIOSK system which runs Chromium OS. I need to print a receipt via a Chrome App, which I already did. The problem is that print dialog box appears once print process is started.

Is there any way around this?


Solution

  • If you're specifically targeting Kiosk mode apps, you just need to set a flag.

    Specifically, --kiosk-printing

    I'm not 100% sure how to do that on a Chrome OS device in Kiosk mode. Maybe you need to set it at chrome://flags before switching to Kiosk mode.