We are building a hybrid web application, which needs to print to a portable printer by bluetooth . But the printer is imported and only comes with a Java SDK, which is not our strong!
We needed to print from the JavaScript code, but I'm not sure if I can call the Java print functions or something like that. And the other alternative would be to create a plugin , which we are already working on but it will take a long time.
It is a mobile project, it will be created .apk
and it is totally offline .