angular-qr-scanner icon indicating copy to clipboard operation
angular-qr-scanner copied to clipboard

Angular directive for QR Scanner

Results 24 angular-qr-scanner issues
Sort by recently updated
recently updated
newest added

This don't work anymore in Google Chrome https://developers.google.com/web/updates/2015/07/mediastream-deprecations?hl=en#stop-ended-and-active $window.localMediaStream.stop(); and needs to be replaced by this : (which works one Firefox & Chrome) $window.localMediaStream.getTracks()[0].stop();

Hello, there. I put `` on my angular page but result this. `Error: [$compile:multidir] Multiple directives [qrScanner, qrScanner] asking for new/isolated scope on: ` could anyone help me please ?...

Looks like `$window.localMediaStream.stop();` No longer works, so I changed it to: `$window.localMediaStream.getVideoTracks()[0].stop();` And it works now. Maybe someone can find this useful.

Hi, I'm testing your camera plugin on my android smartphone (KitKat) with Chrome. I am asked for camera use authorization, then then camera turns on but video is stuck on...

I use gulp-wiredep in didn't automatically added the jsqrcode-combined.min.js to my index.html but with this modification in bower.json it does add it.

Hey, I'm having issues on chrome on Android with this qr code scanner, have tried it on Android 4.4 on a Samsung tab 10.1 and on 5.1 on a Moto...