File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Note: iOS supports all formats except `MAXICODE` and `UPC_EAN_EXTENSION` - using
4545Interface defining the contract for a plugin capable of scanning barcodes.
4646Requires implementation of the scanBarcode method, which initiates a barcode scan with given options.
4747
48+ For apps that target Android 16 or above running on tablets, the scanOrientation parameter has no effect.
49+
4850### scanBarcode(...)
4951
5052``` typescript
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ export type CapacitorBarcodeScannerOptions = {
7777/**
7878 * Interface defining the contract for a plugin capable of scanning barcodes.
7979 * Requires implementation of the scanBarcode method, which initiates a barcode scan with given options.
80+ *
81+ * For apps that target Android 16 or above running on tablets, the scanOrientation parameter has no effect.
8082 */
8183export interface CapacitorBarcodeScannerPlugin {
8284 scanBarcode ( options : CapacitorBarcodeScannerOptions ) : Promise < CapacitorBarcodeScannerScanResult > ;
You can’t perform that action at this time.
0 commit comments