Aliaksei Astafyeu

Results 112 comments of Aliaksei Astafyeu

@israelko thanks a lot! But have you tried to print on iOS? The local file on iOS are supported and the path processes by function from RN itself.

For Android could you please share the code that works? I mean what I should send from js code to print image from file storage. I’ll collect all info from...

@israelko thanks! Will prepare new release with fix soon

@DenisFjordfox hi! Could you please share more info. platform, lib version, Android version, iOS version, printer model, type of connection (lan, Bluetooth and etc.)

@DenisFjordfox have you added this permission?

@DenisFjordfox have you tried to increase scanningTimeoutAndroid ? Is you printer properly been configured? I mean have you tried to print something using another software?

@DenisFjordfox I’m asked not about another printer but about another software to connect and print on your TM-P80 printer. I.e. did you manage to print something from pc via Bluetooth...

@rissois Hi! Could you please try to update to version 1.5.0 and try to increase discovery timeout to 10 sec i.e. ? ```javascript EscPosPrinter.discover({ scanningTimeoutIOS: 10000, scanningTimeoutAndroid: 10000 }) .then(printers...

@rissois Hi! I can confirm that TM-T20II is supported as well as multiple printers discovery ( since we have such functionality in our app ). Can you confirm that during...