diff --git a/barcode-reader/web/capabilities/ios-17-readability.md b/barcode-reader/web/capabilities/ios-17-readability.md index 5fba46a..ae26eab 100644 --- a/barcode-reader/web/capabilities/ios-17-readability.md +++ b/barcode-reader/web/capabilities/ios-17-readability.md @@ -8,6 +8,9 @@ needAutoGenerateSidebar: false # How do I resolve the issue of the Barcode Reader not recognizing any barcodes via video in iOS 16.7 or 17? +### **_NOTE:_** - This FAQ applies to Barcode Reader SDK version 8 and 9 only. For the current version, please refer to our latest version introduction [here](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/). + + iOS 17 and iOS 16.7 were released by Apple on September 18, 2023 and September 21, 2023 respectively. Our team has found that with these most recent iOS releases, **some** iPhones and iPads will run into an issue where it seems like no barcode can be read under any condition. We found that this issue is inconsistent across all iPhones and iPads on iOS 17 or 16.7. However, if you find that this issue is occurring to a subset of your users, please implement the following workaround in the code: diff --git a/barcode-reader/web/index.md b/barcode-reader/web/index.md index dc4406f..413bfb5 100644 --- a/barcode-reader/web/index.md +++ b/barcode-reader/web/index.md @@ -24,8 +24,7 @@ Welcome! Browse the sections below for answers to common questions, configuratio ## Capabilities -- [iOS 16 Incompatible](capabilities/ios-16-incompatible.html) -- [iOS 17 Readability](capabilities/ios-17-readability.html) +- [iOS 17 Readability(V8 and 9 only)](capabilities/ios-17-readability.html) - [Is HTTPS Required?](capabilities/is-https-required.html) - [Pros and Cons of CDN](capabilities/pros-and-cons-of-cdn.html) - [System Requirement](capabilities/system-requirement.html) @@ -60,7 +59,7 @@ Welcome! Browse the sections below for answers to common questions, configuratio - [Difference between BarcodeReader and BarcodeScanner(V9 and below)](scan-setting/difference-between-barcodeReader-and-barcodeScanner.html) - [Difference between BestSpeed and BestCoverage](scan-setting/difference-between-bestspeed-and-bestcoverage.html) -- [Differences between Full and Compact Editions](scan-setting/differences-between-full-and-compact-editions.html) +- [Differences between Full and Compact Editions(V9 and earlier)](scan-setting/differences-between-full-and-compact-editions.html) - [Differences between updateScanSettings, updateVideoSettings, and updateRuntimeSettings](scan-setting/differences-between-updateScanSettings-updateVideoSettings-and-updateRuntimeSettings.html) - [Read Inverted Image](scan-setting/read-inverted-image.html) - [Remove Duplicates](scan-setting/remove-duplicates.html) diff --git a/barcode-reader/web/scan-setting/differences-between-full-and-compact-editions.md b/barcode-reader/web/scan-setting/differences-between-full-and-compact-editions.md index d929cec..4e65b73 100644 --- a/barcode-reader/web/scan-setting/differences-between-full-and-compact-editions.md +++ b/barcode-reader/web/scan-setting/differences-between-full-and-compact-editions.md @@ -8,6 +8,8 @@ needAutoGenerateSidebar: false # What are the differences between the compact edition and the full edition? How do you switch between the two editions? +### **_NOTE:_** - This FAQ applies to Barcode Reader SDK version 9 or earlier. For the current version, please refer to our latest version introduction [here](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/). + *Please note that starting from v8.6 of the JavaScript Edition, the default engine that the library uses is the **full edition** engine.* The main difference between the two is the set of supported barcode formats as well as the size of each edition. For the full list of differences between the two, please refer to this [article](https://www.dynamsoft.com/barcode-reader/docs/v9/web/programming/javascript/user-guide/features-requirements.html?product=dbr).