Printing from jQuery mobile (phonegap) app in android

I have an android app developed using jquery mobile, html5 and css3.

I am creating a phone call build apk and installed on my Android tablet.

I just need to print the html page from my application.

On Windows, I use the built-in javascript window.print function or a jquery plugin like "PrintArea".

Is there a way to send input to android os?

I already installed printhand and printshare on my tablet, and it works on a local printer.

I just need to print this printer from my application.

Is there a solution?

thanks

+4
source share
1 answer

Yes, there is a solution for this. There is a plugin for printing with a large number of third-party applications.

You may find this Phonegap plugin useful.

+1
source

Source: https://habr.com/ru/post/1491452/


All Articles