mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(camera-preview): tapFocus (#3467)
This commit is contained in:
committed by
GitHub
parent
9bf1eafc4e
commit
7c95e66021
@@ -38,7 +38,7 @@ export interface CameraPreviewOptions {
|
||||
alpha?: number;
|
||||
|
||||
/** 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 */
|
||||
disableExifHeaderStripping?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user