Search code examples
ionic-frameworkionic4thermal-printer

Ionic 4 blutooth printer not showing


Is there any plugin available for Blutooth POS printing in ionic 4. I have searched a lot.. but didnt get any proper working solution. Normal printing is working with https://ionicframework.com/docs/native/printer. But blutooth devices are not showing.Any other method to do this ?


Solution

  • Try BluetoothSerial

    ionic cordova plugin add cordova-plugin-bluetooth-serial

    npm install @ionic-native/bluetooth-serial

    for detailed info https://levelup.gitconnected.com/how-to-print-on-a-bluetooth-printer-using-your-ionic-application-ceabc45abf75