Page 1 of 1

Automatic printing for a POS app

Posted: Tue May 06, 2014 6:05 pm
by Miguel Angel Carvajal6854490

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!


Automatic printing for a POS app

Posted: Tue May 06, 2014 6:46 pm
by Serhii Kulibaba

Hello,

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