Is it possible to include a barcode scanner in a mobile web application without leaving my native?
As a former Android developer, I know how to integrate, for example, ZXing into my own code, and I also know that there are barcode plugins for Phonegap . All of them have something in common: for each mobile platform, a development environment is needed. And you have to get infected with your own hands. In addition, you cannot use PohneGap Build .
I am looking for a standalone approach for HTML5 mobile applications. More specifically, I am trying to find a way to outsource barcode scanning from my own platform. Example: I can access a camera with HTML5 applications, so is there any web service that, for example, receives barcode images and returns a code?
Can someone tell me if such a situation exists or exists or not?
Any helpful info appreciated!
source share