meteor-qr-code-scanner icon indicating copy to clipboard operation
meteor-qr-code-scanner copied to clipboard

Native support for android / iOS on Cordova

Open IstoraMandiri opened this issue 9 years ago • 4 comments

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.

IstoraMandiri avatar Nov 15 '15 15:11 IstoraMandiri

+1

kieranklaassen avatar Nov 20 '15 22:11 kieranklaassen

the plugin is also not working IN THE BROWSER (newest crome as of 2016-02-02) on android devices.

ghost avatar Feb 02 '16 01:02 ghost

I went with https://github.com/phonegap/phonegap-plugin-barcodescanner Integrated with http://ngcordova.com/docs/plugins/barcodeScanner/

kieranklaassen avatar Feb 02 '16 15:02 kieranklaassen

iOS 11 support getUserMedia API. Please update for iOS.

baumstern avatar Nov 06 '17 07:11 baumstern