meteor-qr-code-scanner
meteor-qr-code-scanner copied to clipboard
Native support for android / iOS on Cordova
Unfortunately iOS does not currently support the getUserMedia
API.
Additionally, it seems that Cordova on android doesn't support it either.
It would be nice if this package automatically detected whether it was running in a Cordova environment and used the native camera plugins for both those platforms.
+1
the plugin is also not working IN THE BROWSER (newest crome as of 2016-02-02) on android devices.
I went with https://github.com/phonegap/phonegap-plugin-barcodescanner Integrated with http://ngcordova.com/docs/plugins/barcodeScanner/
iOS 11 support getUserMedia API. Please update for iOS.