ionic-frameworkpluginsbluetooth-printing

How to connect bluetooth printer using ionic 3?


I am unable to connect with bluetooth printer using below plugin

$ ionic cordova plugin add de.appplant.cordova.plugin.printer
$ npm install --save @ionic-native/printer

Is there any way to connect bluetooth printer using ionic 3?


Solution

  • Here's an example of printing to bluetooth receipt printer with ionic 2+. I wrote this because I was having the same problem.

    So I tried using ionic native bluetooth serial connection to 'write' to print and it worked.

    It should work on ionic 3 as well:

    https://github.com/razmans/ionicBluetoothPrint