Printing from web on Android

依然范特西╮ 提交于 2019-12-10 16:28:41

问题


Alright, so does anyone know of a solution to printing off a android device (not a picture) but a straight from the web without using 3rd party software?

So hypothetically, the user will use a web-based application through and android device. Once they have completed the questions, they will need that printed.

I know that Android 4.4 Kitkat has this but unfortunately I am not able to get the devices I need with said OS.

Is there any language that can make this possible? I have scoured the web and all I have come across are 3rd party apps and articles of 4.4 having this functionality

We have a print button on page and this works on a PC but as soon as it is integrated to a Android it doesn't work.

Thanks in advance for anyone that can assist.


回答1:


I think iOS has a print page feature that uses AirPrint and AirPrint enabled printers.

You can always do window.print(); in your Javascript.



来源:https://stackoverflow.com/questions/25913331/printing-from-web-on-android

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