Ionic - Setting an image source as FILE_URI produces: Not allowed to load local resource error
问题 I'm using Android at the moment and developing my app with Ionic. When a user takes a photo, I'm having it append to an ion-slide in a ion-slides element. However, I keep getting "Not allowed to load local resource error." All the permissions are set (The image gets saved) HTML: <ion-slide *ngFor="let looImage of looImages"> <img src="{{ looImage }}" imageViewer ion-long-press (onPressing)="showImageOptions()"/> </ion-slide> TS: options: CameraOptions = { correctOrientation: true, quality: 50