bitpay / cordova-plugin-qrscanner

A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.
MIT License
573 stars 778 forks source link

What are the most compatible QR Code generators for this scanner? #311

Open rolinger opened 4 years ago

rolinger commented 4 years ago

We will be generating our own QR codes on from our app website, to then be scanned our my own app. Is there, are there, better known QR Code generators to be used with this scanner?

At the moment, we are using PHP https://github.com/endroid/qr-code generate to our QR Codes. Does anyone know if this plugin qrscanner has a high success rate with the endroid/qr-code generator? If not, can anyone recommend a high quality generator that is very compatible with this plugin?

rolinger commented 4 years ago

Now that I finally got the QRSCanner working (see my other post about Ionic v1 app) it turns out this scanner works pretty darn well with the PHP endroid/qr-code mentioned above. Scans fast and quick and accurate every time so far.