Sebastián Katzer
Sebastián Katzer
@alesgenova Yes thats a bug in the code for Android and Windows if the minute is lower compared to the base date. However there's no infinite loop. The plugin wont...
I dont use Ionic, not sure if this is the reason. I tested it with latest versions and it works.
The error itself means that the OS cannot connect to the printer as specified by `printerId`. That should be a valid network URL to the printer.
@laalex If you have something like `\032` in your string than its an encoding issue. Does the string comes from your code or as a return result from the plugin?
@kennethross All the `ipp://` addresses that are returned after picking a printer do work for me. Also with physical printers.
I can also print with hardcoded network URL like `ipp://SEC30CDA73C4694.local.:631/ipp/print` without picking the printer first. It works as expected...
Whats missing in the readme is that you can also set `margin:false` which is supported on all platforms. That won't add additional margin, doesn't mean that there wont be a...
It should be possible to add the margin options to Android & Windows.
I've used cordova-android@7 and cordova-android@8 without having issues.
Its possible to define the support-lib version per app: https://github.com/katzer/cordova-plugin-printer/blob/master/plugin.xml#L97