react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
Image not printing on iOS
Hi,
I actually have same issue with #21. I have printPic command followed by few lines of printColumn and printText.
It works on Android but on iOS, the printer starts to feed few lines of the paper then stops (no image printed) while there are still lines of text to be printed. When I remove printPic command, the columns and the texts print well.
Is there some way I could make the image to print on iOS? Thanks for the great library.