Miguel Angel Carvajal6854490
Posts: 0
Joined: Tue May 06, 2014 6:05 pm

Automatic printing for a POS app

Hi there!

We're developing a like-a-POS application. It should only receive information through push notifications and immediately print the orders.

We've found that JS can't print automatically, it must first show print dialog, and then print the document.

Also we've found a firefox option for suppressing the dialog, in the about:config -- print.always_print_silent = true.

Is there something we can do, in order to achieve our task?

Thanks in advance for your kind support!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Automatic printing for a POS app

Hello,

Look print plugin: https://github.com/hazemhagrass/phone...
It should help you.

Return to “Issues”