Using Ionic 4 angular - I had pinned and pointed to SSL certificates
this.http.setServerTrustMode(‘pinned’)
After pinning <ion-img [src] = “image_url”> is working perfectly in android version 9 and higher but in android 8 and lower versions all images are showing as broken link. (using https link)
In local build its working perfectly only after publishing to google play store it’s not working in android version 8 and lower.