Ionic 4 蓝牙打印机不显示
Ionic 4 blutooth printer not showing
ionic 4 中是否有任何可用于 蓝牙 POS 打印 的插件。我搜索了很多.. 但没有找到任何合适的工作解决方案。正常打印正在使用 https://ionicframework.com/docs/native/printer。但是蓝牙设备不是 showing.Any 其他方法吗?
您可以尝试使用 DatecsPrinter,这是一个很好的插件。它适用于打印文本、条形码和图像。
尝试BluetoothSerial
ionic cordova plugin add cordova-plugin-bluetooth-serial
npm install @ionic-native/bluetooth-serial
ionic 4 中是否有任何可用于 蓝牙 POS 打印 的插件。我搜索了很多.. 但没有找到任何合适的工作解决方案。正常打印正在使用 https://ionicframework.com/docs/native/printer。但是蓝牙设备不是 showing.Any 其他方法吗?
您可以尝试使用 DatecsPrinter,这是一个很好的插件。它适用于打印文本、条形码和图像。
尝试BluetoothSerial
ionic cordova plugin add cordova-plugin-bluetooth-serial
npm install @ionic-native/bluetooth-serial