Skip to content

Commit

Permalink
Do not save photo to gallery to prevent camera issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 29, 2024
1 parent 1b00f69 commit bc3013f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export class ImageCaptureDirective implements OnDestroy {
private async getPictureFromCamera() {
const data = await Camera.getPhoto({
correctOrientation: true,
saveToGallery: true,
resultType: CameraResultType.DataUrl,
source: CameraSource.Camera
});
Expand Down

0 comments on commit bc3013f

Please sign in to comment.