Skip to content

Commit

Permalink
feat(camera-preview): disable exif stripping conf
Browse files Browse the repository at this point in the history
  • Loading branch information
davidquon committed Mar 26, 2018
1 parent 50ac4e7 commit e231bf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@ionic-native/plugins/camera-preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export interface CameraPreviewOptions {

/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
tapToFocus?: boolean;

/** On Android disable automatic rotation of the image and stripping of Exif header. default false */
disableExifHeaderStripping?: boolean;
}

export interface CameraPreviewPictureOptions {
Expand Down

0 comments on commit e231bf8

Please sign in to comment.