this.mediaCapture.captureImage() .then( (data: MediaFile[]) => console.log(data), (err: CaptureError) => console.error(err) );
I wonde