lytrunghieu
lytrunghieu
I'm think maybe cause animation , How can disable animation ? @doomsower
> AFAIK, this lib is meant to be used to print to Thermal or Dot Matrix Printer, and both types has no support for color printing I'm mean, I can't...
Hi @iphonic > Try this > > `const db = SQLite.openDatabase({name:'app_update',createFromLocation:'~ app_update.sqlite',location:'default'}, openCB, errorCB);` I have try it, but it only open database from local app, can not open database...
@nhatquang100 I have try add NSBluetoothAlwaysUsageDescription ProjectName would like to use your Bluetooth to find other devices to info.plist . But it still not working. printPic only work cho android....
I have found my issue, because my base64 String have character ex:"\r\n" so lib decode will be fail. I have try remove these character, then it is worked. you need...