#How to hide media controls in lockscreen or background state in ios

1 messages · Page 1 of 1 (latest)

ancient ruin
#

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)">
pearl oriole
#

g!codeblock @ancient ruin