cordova-plugin-printer
cordova-plugin-printer copied to clipboard
[iOS] Printing to "(null)" pop up
Is there a way to hide this (native) pop up while sending the print job? Or... if not, perhaps there is a way to replace "(null)" by another text that makes more sense?
Did you get anywhere with this one @dsjproductions ? having the same issue. Blows my mind how this plugin is recommended on Ionic Native with no development.
Nope, unfortunately not. We eventually decided to print entirely through the back end using Google Cloud Printer... This cordova/ionic plugin should not be recommended, indeed!
Printing to "(null)" means that you specified an invalid printerId. The system tries to connect to the printer but does not find it.
I myself only see the message in the logs without a dialog.
Printing to "(null)" means that you specified an invalid
printerId. The system tries to connect to the printer but does not find it.
Well... printing actually works fine even though this popup is being shown.
@dsjdigital Do you use Ionic or plain Cordova project?
@dsjdigital Do you use Ionic or plain Cordova project?
Plain Cordova
(Edit: sorry for closing the issue)
@dsjdigital And you're sure that you haven't assigned a value to printerId?