Closed srokatonie closed 4 years ago
Steps to reproduce:
capture.component.ts
public takePicFromCam(): void { console.log("TAKING PICTURE:") this.cam.takePicture({ saveToGallery: true, width: 500, height: 500, autoSquareCrop: true, keepAspectRatio: false }); }
capture.component.html
<Image row="1" col="1" class="preview-image" width="100" [src]="imageSource"></Image>
Outcome:
Should be:
Steps to reproduce:
capture.component.ts
tocapture.component.html
:Outcome:
Should be: