9

I need print receipt in Chrome running in

--kiosk

mode. Of course I use

--kiosk-printing

to disable print dialog. I have to note this parameter only emulate automatic pressing Print button.

My printer is Rongta RP80 80mm Thermal Receipt Printer connected via USB to laptop with Windows 10, Chrome 57.

Printing mechanism is easy, printing launches by javascript on page.

When I don't use --kiosk-printing parameter printing starts immediately on Print button press in chrome print preview dialog.

I face to big problem with --kiosk-printing: printing starts only after 1-2 minutes since chrome printing dialog appear and disappear (as noticed, parameter only emulate automatic pressing Print button). It is not printer problem, cause new document appear in windows print queue after this lag.

Why there is a so big lag with --kiosk-printing parameter, how to minimize it?

copenhagen72
  • 111
  • 1
  • 2
  • 6
  • I checked Chromium browser on which Chrome based on - it has this bug too. So the source of --kiosk-printing has 1-2 minute lag/delay is Chromium. – copenhagen72 Mar 29 '17 at 14:26
  • 1
    Bug in chromium discussion: https://bugs.chromium.org/p/chromium/issues/detail?id=706180 Solution at this time: use version 56 (http://www.geocities.jp/ecvcn/exam/chrome_installer.html) – copenhagen72 Apr 04 '17 at 11:43

5 Answers5

3

I had the same problem here when I upgrade chrome to version 57 recently. The only solution at the moment is install an older version of chrome. http://www.geocities.jp/ecvcn/exam/chrome_installer.html

Dubbo
  • 686
  • 6
  • 8
0

I had the same problem. Using Chrome Canary on a Windows 8.1 PC solved it for me.

Johan
  • 21
  • 7
0

mee too, but normal is quite slow, sometimes it not print anything... not only on --kiosk --kiosk-printing. after using Vivaldi (fork of

0

I had the same problem in April, same in canary, users report that it's fixed in 58 (stable), just update chrome (in help menu, about Google chrome) : https://bugs.chromium.org/p/chromium/issues/detail?id=706180

So the bug is fixed now.

neoteknic
  • 1,930
  • 16
  • 32
0

In the Google Chrome browser property:

-kiosk --disable-print-preview

This will remove your pain.

Pedram
  • 2,421
  • 4
  • 31
  • 49
Pijush
  • 1