On Android, what is the easiest way to print from Chrome browser to a Bluetooth mobile printer?

烂漫一生 提交于 2019-12-25 03:19:31

问题


My web app creates a print dialogue on desktop and I am trying to see if there is away to do something similar via the mobile chrome browser. Any advice on how to achieve this would be greatly appreciated. Thanks


回答1:


The Android Printing API was added in Android 4.4 (KitKat) and supports printing to Google Cloud Print enabled printers out of the box (along with HP printers via the HP Print Service app) - Chrome for Android has an option for printing the current web page from the overflow menu.

If the printer you are using is not supported, then you should urge the manufacturer (or an intrepid developer familiar with Bluetooth development and printer protocols) to create a plugin app and use the android.printservice API to add support for the printers.



来源:https://stackoverflow.com/questions/26007094/on-android-what-is-the-easiest-way-to-print-from-chrome-browser-to-a-bluetooth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!