This commit is contained in:
tiago.kayaya
2021-06-30 15:02:06 +01:00
8 changed files with 65 additions and 89 deletions
@@ -66,7 +66,7 @@ export class NewPublicationPage implements OnInit {
this.clear();
// this.takePicture();
}
takePicture(){
takePicture() {
const options: CameraOptions = {
quality: 90,
destinationType: this.camera.DestinationType.DATA_URL,