Skip to content

Version 2.1.4

Compare
Choose a tag to compare
@mebjas mebjas released this 20 Dec 05:08
· 91 commits to master since this release
beab2f4

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!!

See sponsorship dashboard

Changelog

  • Fix bug in stop() method in Html5Qrcode 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.