Open NicolaiRamsby opened 4 years ago
+1
I am using the ionic-native wrapper to print receipts as well. I am able to print raw text and print images if I print a random uri I find online.
I am trying to convert a react component to a base64 image to print on the receipt but I don't see the printBase64Image function.
+1
Hi guys, I am facing the same issues as in issue #39 . Is there any way I can use the same workaround as @geraldosalazar16 in my @ionic/react project?
We're working on a POS app for restaurants and need to print receipts and base64 seems like the only option to generate a receipt with lines consisting of 1 string on the left and 1 string on the right, for line items.
Hoping to hear from you soon!