The issue at hand is that the function window.print()
does not work on Android mobile devices.
In search of solutions, I explored Google Cloud Print, but found that the
setPrintDocument("url", "[document title]", "[document URL]")
method requires a document URL instead of the actual document itself. Passing the document directly will result in CSS rendering issues.
Are there any other alternatives available for this particular situation?