Closed Bezlepkin closed 2 years ago
The nativescript-camera-plus plugin does not save photos to the gallery on Android. private takePhoto(): void { this.camera.takePicture({ saveToGallery: true, }); }
private takePhoto(): void { this.camera.takePicture({ saveToGallery: true, }); }
The nativescript-camera-plus plugin does not save photos to the gallery on Android.
private takePhoto(): void { this.camera.takePicture({ saveToGallery: true, }); }