How to display base64 image on iPhone in Ionic 4
问题 I am using Capacitor Plugins to get the image file (from camera or gallery). PC and Android are working fine, but the code crashes on iPhone. It opens the galery, I grab the image and it crashes when trying to display I checked the permissions and they are all set. Why would it crash only on ios? Is it a problem with the string? Security? HTML: < ion-img role="button" class="image" [src]="selectedImage" *ngIf="selectedImage" > TS CODE: Plugins.Camera.getPhoto({ quality: 100, source: