Created on 23 June 2020
icon_unfollowing
Login to follow
react-qr-scanner

React QR Scanner

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded on 29 September 2021 by 
react-qr-scanner

React QR Scanner

5 star
1
1 Review |  1 Rating
4 star
0
0 Reviews |  0 Ratings
3 star
1
1 Review |  1 Rating
2 star
0
0 Reviews |  0 Ratings
1 star
1
0 Reviews |  1 Rating
3
Ratings
3.0 Average rating
2
Reviews
by 
2021-03-11
in version 1.0.0
Really loving it, but as James said, the stream is kept opened

To correct this, I made a few changes in the JS code:

1. add the var track ; on line 4
2. retrieve the track on line 29 :      track = stream.getTracks()[0];
3. after the capture is fired (endCapture = true;), stop the track: track.stop()
by 
2020-07-22
in version 1.0.0
It works OK but it leaves the camera  stream open and doesn't have functionality to close it. This means the app is constantly using the device camera after first use.