diff --git a/src/@ionic-native/plugins/camera-preview/index.ts b/src/@ionic-native/plugins/camera-preview/index.ts index 0700fbe94..4545d9635 100644 --- a/src/@ionic-native/plugins/camera-preview/index.ts +++ b/src/@ionic-native/plugins/camera-preview/index.ts @@ -36,6 +36,9 @@ export interface CameraPreviewOptions { /** Alpha channel of the preview box, float, [0,1], default 1 */ alpha?: number; + + /** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */ + tapToFocus?: boolean; } export interface CameraPreviewPictureOptions {