Champika Mendis

Results 3 comments of Champika Mendis

Make sure to turn on location in your device. And also need to give proper permissions in Android manifest. I added following to manifest. ``` ``` Then cleaned the gradle...

you can use, `await BluetoothEscposPrinter.setBlob(1);` before the text you want to print. As an ex: `await BluetoothEscposPrinter.setBlob(1); await BluetoothEscposPrinter.printText( 'Hello World\n\r', {}, );`