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!