Version 2.1.4
Version 2.1.4
Huge thanks to Ben Richardson for one time sponsorship!!
This is helpful in keeping the project in shape! Cheers to you!!
Changelog
- Fix bug in
stop()
method inHtml5Qrcode
class. - Fix a minor UI error, where error message shown due to a certain camera not working, is not hidden when a functional camera is selected.
- Feature Request#356 - Freeze the image (not clear) on success.
Now calling html5qrcode.pause(/* shouldPauseVideo */ true)
or html5qrcodeScanner.pause(/* shouldPauseVideo */ true)
will freeze the viewfinder and calling corresponding resume()
will unfreeze the viewfinder. Calling with false
or no argument will just pause scanning without effecting the viewfinder.