Bátori Gábor

Results 1 comments of Bátori Gábor

Hi! You should register the photoCapturedEvent like this: `public camLoaded(e: any): void { this.cam = this.camera.nativeElement; this.cam.saveToGallery = false; this.cam.on(CameraPlus.photoCapturedEvent, (event) => { this.photoCapturedEvent(event); }); public photoCapturedEvent(e: any): void {...