Skip to content

Commit

Permalink
fix(camera-preview): tapFocus (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikosta committed Jun 23, 2020
1 parent 9bf1eaf commit 7c95e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/camera-preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c95e66

Please sign in to comment.