1 messages · Page 1 of 1 (latest)
Hi! I have a video component, when video starts, ios show media controls in lockscreen, i want hide this widget.
<video #video class="category__video" type="" *ngIf="isVideo" [src]="_src" [style.height]="height" [style.width]="width" webkit-playsinline="true" playsinline="true" (loadeddata)="onLoadedData($event)">
g!codeblock @ancient ruin