From 67f2791b55a74f8332f5db470f5cecd8e2d64f45 Mon Sep 17 00:00:00 2001 From: Somdutt Date: Tue, 23 Jun 2026 17:00:16 +0530 Subject: [PATCH 1/2] Update FAQ links and add version note for differences between editions --- barcode-reader/web/index.md | 2 +- .../differences-between-full-and-compact-editions.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/barcode-reader/web/index.md b/barcode-reader/web/index.md index dc4406f..5409bfb 100644 --- a/barcode-reader/web/index.md +++ b/barcode-reader/web/index.md @@ -60,7 +60,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). From 66c0d1ec7d7e397c22a2d48205d6211d9303830b Mon Sep 17 00:00:00 2001 From: Somdutt Date: Tue, 23 Jun 2026 17:17:04 +0530 Subject: [PATCH 2/2] Update iOS 17 Readability FAQ to specify SDK version applicability and adjust index link --- barcode-reader/web/capabilities/ios-17-readability.md | 3 +++ barcode-reader/web/index.md | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 5409bfb..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)