@wandie wrote:
hello, iam trying to display my data, the text is displaying but the video url is not showing,how can if show it in my ionic app check position at incident.video_url its not working
<ion-item *ngFor=“let incident of incidents” style=“background-color:#efeaea;” text-wrap >
<!-- <img [src]="post.data.id" /> --> <!-- test for the feeds --> <div class="card"> <ion-item> <div class="video-container"> <iframe src="{{ **incident.video_url**}}" frameborder="0" width="560" height="315"></iframe> </div> </ion-item> </div>
Posts: 1
Participants: 1