giorgiofellipe / cordova-plugin-datecs-printer

Cordova plugin to print on Mobile Bluetooth ESC/POS Printers - Tested on Datecs DPP-250 Printer
MIT License
73 stars 60 forks source link

{br} tag is not worked #89

Closed Gunasekaran15 closed 6 years ago

Gunasekaran15 commented 6 years ago

window.DatecsPrinter.printText("First line... {br}Second line.", 'ISO-8859-1', success, error);

I tried the above example but it does't print text in second line,It print {br} with that text in single line.