angular-qr-scanner
angular-qr-scanner copied to clipboard
camera freezes
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 the first image it gets. No errors are shown on console. I didn't experienced the same issue when launching the page on desktops. This is my code:
page html:
controller: 'use strict'; angular.module('quiceroServerApp') .controller('CreatePostCtrl', function ($scope) { $scope.onSuccess = function(data) { window.alert(data); }; $scope.onError = function(error) { console.log(error); }; $scope.onVideoError = function(error) { console.log(error); };
});
index.html:
Thank you. Best regards.
Have you tried maxaille's fork? https://github.com/maxaille/angular-qr-scanner