Dynamsoft Barcode Reader 8.2.3

Released: Apr 15, 2021

8.2.3 での更新項目

機能

  • JavaScript SDK
    • Added bVibrateOnSuccessfulRead and vibrateDuration properties to control the vibration of an Android device when barcodes are found.
    • Added showVideo() and decodeCurrentFrame() methods to make it possible for users to show the video and manually trigger the decoding of a frame.
    • Added a sample for Vue 3.
    • Optimized how WASM files are created to make them smaller (18% smaller).
    • Added a “Powered by Dynamsoft” logo to the default Barcode Scanner UI.

不具合の修正

  • JavaScript SDK
    • When opening a camera takes too long and times out, an exception will be thrown.
    • When the webpage in which a BarcodeScanner instance is running gets hidden (not visible to the user), the barcode scanning will stop automatically. Later when it becomes visible again, the scanning will resume automatically.