Print(For Ios and Android)

I am using print plugin for preview and print the doucment… it is working fine for print preview the only text content but not working external url

this.printer.print(‘Hello’, options).then(onSuccess, onError); - Working

this.printer.print(‘UrlLink’, options).then(onSuccess, onError); - Not Working

I am facing the same issue on my device. It is creating Canon Printer Paper Jam error. If you have any useful ideas about it, Please help me to fix this issue.