Skip to content

Commit 3f1028e

Browse files
committed
fix
1 parent eccec77 commit 3f1028e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

barcode-reader/mobile/scan-setting/disable-continuous-scanning.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
layout: default-layout
33
title: One-off vs Continuous Scanning - DBR Mobile FAQs
4-
keywords: Dynamsoft Barcode Reader, FAQ, Mobile, Android, iOS, continuous scanning, one-off scanning
5-
description: How can I implement continuous barcode scanning and one-off barcode scanning? - DBR Android & iOS FAQs.
4+
keywords: Dynamsoft Barcode Reader, FAQ, Mobile, Android, iOS, continuous scanning, single scan
5+
description: How can I implement continuous barcode scanning and single scan barcode scanning? - DBR Android & iOS FAQs.
66
needAutoGenerateSidebar: true
77
---
88

9-
# How can I implement continuous barcode scanning and one-off barcode scanning?
9+
# How can I implement continuous barcode scanning and single scan barcode scanning?
1010

11-
Dynamsoft Barcode Reader (DBR) supports both **one-off scanning** and **continuous scanning** modes on **Android** and **iOS**. You can refer to our official sample projects for implementation guidance.
11+
Dynamsoft Barcode Reader (DBR) supports two scanning modes on **Android** and **iOS**:
12+
13+
- **Single-scan mode**: the scanner automatically exits after successfully reading one barcode.
14+
- **Continuous-scan mode**: the scanner keeps running and continuously reads barcodes until it is manually stopped.
15+
16+
You can refer to our official sample projects for implementation guidance.
1217

1318
---
1419

@@ -17,14 +22,14 @@ Dynamsoft Barcode Reader (DBR) supports both **one-off scanning** and **continuo
1722
### Android
1823

1924
- **[All Samples](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/android/samples/index.html?ver=latest){:target="\_blank"}**
20-
- **[Hello World (One-off Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcode)**
21-
- **[GeneralSettings (Continuous Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/GeneralSettings)**
25+
- **[Single Scan Mode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcode)**
26+
- **[Continuous Scan Mode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/GeneralSettings)**
2227

2328
### iOS
2429

2530
- **[All Samples](https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/objectivec-swift/samples/index.html?ver=latest){:target="\_blank"}**
26-
- **[Hello World (One-off Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcode)**
27-
- **[GeneralSettings (Continuous Scanning)](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/GeneralSettings)**
31+
- **[Single Scan Mode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcode)**
32+
- **[Continuous Scan Mode](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/GeneralSettings)**
2833

2934
---
3035

0 commit comments

Comments
 (0)