mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 08:23:00 +08:00
fix(camera-preview): tapFocus (#3467)
This commit is contained in:
parent
9bf1eafc4e
commit
7c95e66021
@ -38,7 +38,7 @@ export interface CameraPreviewOptions {
|
|||||||
alpha?: number;
|
alpha?: number;
|
||||||
|
|
||||||
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
|
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
|
||||||
tapToFocus?: boolean;
|
tapFocus?: boolean;
|
||||||
|
|
||||||
/** On Android disable automatic rotation of the image and stripping of Exit header. default false */
|
/** On Android disable automatic rotation of the image and stripping of Exit header. default false */
|
||||||
disableExifHeaderStripping?: boolean;
|
disableExifHeaderStripping?: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user