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