Sebastián Katzer

Results 56 comments of Sebastián Katzer

Can you please provide some code snippet and are you using plugin wrapper provided by Ionic?

As long as they integrate with the native printer SDK. What exact functionality you are looking for?

Can you please provide a code snippet and are you using any plugin wrapper provided by Ionic?

The issue is that you are using the Ionic wrapper which is made for cordova-plugin-printer v0.7.x but under the hood you're using v0.8. For example there's no `isAvailable` method anymore.

What plugin version or installed from master or dev branch?

You can try with the dev branch - that will be merged into master once I've updated the docs. Possibly that its not yet compatible with the wrapper from Ionic.

You could try with `this.printer.pick({})` or `this.printer.pick({ bounds: [30, 40, 0, 0]})` for example.

__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.

@dsjdigital Do you use Ionic or plain Cordova project?