Using ionic printer plugin, I can able to print html elements that is like this-
this.printer.print(“Helloworld”,options);
And i can also able to print base64 images using this plugin.
But i am failing when i tried to print through url links - That is if i tried to pass url it is not picking it up
this.printer.print(“https://www.google.com/”);
Please help if there is any way to do this.