Printing From Web On Android
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 use
Solution 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.
Post a Comment for "Printing From Web On Android"