mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
fix(barcode-scanner): add missing shouldAutorotate property (#3096)
* Disable or enable Autorotate camera into barcode scanner plugin * fix asterisks in jsdoc must be aligned
This commit is contained in:
parent
75190f5166
commit
8ce541ff9a
@ -27,6 +27,11 @@ export interface BarcodeScannerOptions {
|
|||||||
*/
|
*/
|
||||||
disableSuccessBeep?: boolean;
|
disableSuccessBeep?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable or enable Autorotate. Supported on IOS only.
|
||||||
|
*/
|
||||||
|
shouldAutorotate?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prompt text. Supported on Android only.
|
* Prompt text. Supported on Android only.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user