Felipe Gonçalves dos Reis
Felipe Gonçalves dos Reis
Same here. Using android 10.
@LucasLopesr I was thinking that it was wrong because I'm using **inputMode = CurrencyMaskInputMode.FINANCIAL** If I type **4500** it will be **R$ 45,00**. So If I populate the input with...
Yeah, I did understand. The issue is that my entire database monetary values are integers. So in my database I do save **4500** for **R$ 45,00**. I think that some...
@RaiiZen Check this: https://github.com/ingoncalves/escpos-xml It works for me. It will create a buffer so you can pass it to the write method.
Same here.
Hello guys! I'm using this lib for an Ionic app and it works fine on android. Today I started with iOS and I'm using [cordova-plugin-ionic-webview](https://github.com/ionic-team/cordova-plugin-ionic-webview). I fixed and I want...