I have a text and image in my data base, i try to read and display on action sheet but it show only text not an image.
My Code
<ion-label [innerHTML]="q.QuestionText" class="padding">
</ion-label>
</ion-select>
</ion-item>
</ion-list>
Note:
q.QuestionText contains follow
“
Simplify:

Action sheet display the text Simplify but image will not display…