electron-pos-printer
electron-pos-printer copied to clipboard
Unable to use PosPrint with Electron 12.
Unable to use PosPrint with Electron 12. I have upgraded the demo with Electron 12 and it breaks. Any suggestions to work with Electron 12. I am using Typescript and Angular 11.
I got Timeout in console.log on error catch
Any solution for this?
@MohamedJakkariya We need to edit pos-printer.ts and compile again (or) edit pos-printer.js in dist directly. Add
webPreferences: { nodeIntegration: true, contextIsolation: false, }
@MohamedJakkariya We need to edit pos-printer.ts and compile again (or) edit pos-printer.js in dist directly. Add
webPreferences: { nodeIntegration: true, contextIsolation: false, }
It worked! Thanks
@haravich Thanks for your solution. I appreciated.
Hello, This has been fixed. This package now works with the latest version of electron