cordova-plugin-camera icon indicating copy to clipboard operation
cordova-plugin-camera copied to clipboard

Clicked image doesn't get deleted

Open Gurjit-ONEBCG opened this issue 6 years ago • 0 comments

Bug Report

Once I click the image and kill the app without clicking OK button of camera, in android image remain saved and keep showing in gallery. when I have set saveToPhtoAlbum=false. However if I click on OK image disappeared from gallery.

Here are my camera options

  • const options: CameraOptions = { quality: 80, correctOrientation: true, destinationType: this.camera.DestinationType.DATA_URL,DataURI, NativeURI, sourceType: this.camera.PictureSourceType.CAMERA, allowEdit: true, encodingType: this.camera.EncodingType.JPEG, saveToPhotoAlbum: false, targetWidth: 300, targetHeight: 300,

       }
    

Image should be deleted on app killing after clicking image and before clicking on OK button.

Information

"cordova-plugin-camera": "^4.0.3" IONIC 3

Environment, Platform, Device

SAMSUNG Galaxy J7 Sky pro

Gurjit-ONEBCG avatar Jul 09 '19 14:07 Gurjit-ONEBCG