Using Media Capture plugin with iOS error IONIC: Failed to load resource: unsupported URL

Sure thing!!

Html

<ion-content >

  <button  *ngIf="showScreenshtoButton" class="wood-border" style="position: absolute; height: 100vh; width: 100%; left: 0; top: 0;">

  </button>


    <img *ngIf="pictureUrl" width="500px" height="cover" [src]="pictureUrl ">



</ion-content>