Is their any way of using zebra printers in android. I have integrated printer but it shows all cloud printers . It is done using android printing framework.But sometime app get crashed with this . I am printing html file. File size is around 300kb in pdf.
Any suggestion for printers ? Zebra printers in cordova?
I haven’t seen plugin for usb printing so far, you mentioned android device is it phone device ?
the better options I would suggest either use plugin that supports bluetooth or over tcp/ip network inturn wifi too.
if it has to be usb specific then check specifics of vendor printer that should have an sdk for usb where you can write custom Cordova plugin on top of it.