nstudio / nativescript-camera-plus

MIT License
79 stars 50 forks source link

[nativescript-camera-plus] The plugin does not save photos to the gallery on Android #169

Closed Bezlepkin closed 2 years ago

Bezlepkin commented 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, }); }