1
Hello! I am participating in a project made in PHP, which will run on ANDROID (via Phonegap). The app will print to a portable printer via bluetooth communication. The printer is already paired with the tablet, but the way to send the printing via PHP commands that is being my challenge. Can someone give me a hint as to how I can make the impression under these conditions?
Thank you so much for your attention in reading my question.
Atte., Jorge Rosa
Who should work the printing, is the phonegap/android and the printer. Since the core of phonegap does not have a module/plugin for this, you need a third party library for this. Take a look at the two plugins: Mohamed-Salah and katzer
– Marcelo de Andrade
Ok, Marcelo! Thank you so much for the tip! I’ll take a look at these plugins. Vlw! ;)
– user3432515
I’m facing the same problem as printing on ANDROID - http://answall.com/questions/157558/selectr-impresra-via-php-no-android?noredirect=1#comment328965_157558. I will follow this question and left the link of mine, in case it appears answer that solves your problem.
– Anderson Brunel Modolon