我希望为在iOS上运行的现有基于Cordova的平板电脑应用添加功能(意图是允许Android以后因此使用Cordova)。
我们希望为用户添加从应用程序打印QR码的功能,我们知道如何生成它。
我知道各种各样的库,例如:
https://github.com/don/BluetoothSerial
https://github.com/katzer/cordova-plugin-printer
https://github.com/srehanuddin/Cordova-Plugin-Bluetooth-Printer
有没有人对此有任何经验,可以说明如何最好地实现这一目标?
据我所知,我们可以简单地将相应的命令发送到打印机,但在我看来,由于AirPlay的限制,这可能无法实现?