Can Android print directly from browser?

我们两清 提交于 2020-01-14 19:50:09

问题


I am building a web application that takes reservations for rentals, the application needs to be able to print the reservation.

Is it possible to print directly from the browser on the Android platform? Currently my Print button works on desktop, and iOS-based devices. However, Android doesn't seem to even blink when the same button is clicked.

Can printing on the Android platform be done from the browser? Or does it require external applications?


回答1:


You may want to look into Google Cloud Printing... This is the mechanism used to print for owners of the google chromebooks. It can be used for other purposes as well.



来源:https://stackoverflow.com/questions/18196411/can-android-print-directly-from-browser

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