@UnnatiPatadia wrote:
I want to show list of categories.
Image is not shown on android version 9 and above.
when I try to put static image it shows perfectly but image from server is not shown.tab1.html
<ion-grid> <ion-row class="margin" *ngFor="let row of grid"> <ion-col size="3" class="ion-text-center" *ngFor="let item of row" (click)="quizInfo(item.categoryId,item.name)"> <img class="logo" [src]='item.image'> <br> <!-- <img src="../../assets/icon/bio.png" class="logo"> <br> --> <p class="margin title">{{item.name}}</p> </ion-col> </ion-row> </ion-grid>
This is my html for displaying list.
Image is not shown
1st image is of android version 9 and is android version 7
Posts: 1
Participants: 1