I claim that I searched for weeks without found an answer.
I'm developing a web app in rails located in a web server and I need to print some text to my home thermal printer. I want to do this directly without open browser dialog and the app should do this on all the browser.
I know that I can do it with Google Cloud Print but it will only works with Chrome. ( I can add this printer only in classic printer mode, because Cloud Print does not support it as cloud printer ).
There is a way to do this?
Thanks in advance.