I am attempting to build an application for displaying my inventory online. Part of that requires to print a label and apply it to my inventory. The application itself works fine.
The problem is with the Printer I have chosen. I have purchased a iMZ320 Zebra printer. I need the plugin to have it work on my current application IOS and Android this has proven to be beyond the skill set of my team.
I found this, it's only for Android: https://www.npmjs.com/package/cordova-plugin-zbtprinter
Input on creating a plugin for IOS and Android applications for a Zebra iMZ320 is what I need.
We are not using a desktop app, we only developed on android and iOS Our target devices are Android 4/5/6 and iOS 7/8/9. We use the CLI to initialize project code, then switch to eclipse to continue development.