EnjoX
EnjoX
I'm facing the same problem, i fixed this by adding a sleep in the onClick `onClick: (data, actions) => { console.log('onClick', data, actions); this.sleepFor(100); }` sleepFor ` sleepFor(sleepDuration: number) {...
in the function _encode ` return CodepageEncoder.encode(value, this._codepage);` this line should be ` return CodepageEncoder.encode(this._codepage, value);`
you need to check which codepages your printer supports and the use one with arabic letters