Hi all been trying to get a solution to print directly from our Ionic capacitor application in IOS to a zebra label printer. We found this library that seems to be a wrapper and at least succesfully updated to latest sdk and ionic capacitor:
https://github.com/dolosplus/zebralib
Question I have does anyone have any idea what the config/options variables we can pass into it?
In particular if we have a printer that is connected via Bluetooth and know the printer's ip address what do we pass in the config to connect to the printer?
Any help on this would be great,its been a great challenge trying to get this printer implemented into IOS. Thanks in advance.
connectPrinter(options: { config: string; }) => Promise<any>
printText(options: { text: string; }) => Promise<any>
0 Replies