I am looking for the best method to create a react-based PWA to label print using BLUETOOTH only over the ZT610 printer for a client. One of the methods I found is using Browser Print on Android. While not sure of other methods, to create a versatile application which can be used on either the mac, android and ios. Please help.
Thanks
3 Replies
Here is an article about Develop React Native Printing App for Android & iOS with Link-OS SDK. It has sample code using the Link-OS SDK to connect the printer over Bluetooth.
Thanks for the response, Steven. Is the Link-OS SDK available for the ReactJS application as well as React-native? if not, what other options do I have for Bluetooth-only JS applications?
The Link-OS SDK provides native APIs for Java, .NET, Android (Java) & iOS (Object-C). The Link-OS SDK doesn't provide API in JavaScript. You would need to wrap the native APIs of the Link-OS SDK in JavaScript yourself for your ReactJS or React Native applications.