ngx-audio-player icon indicating copy to clipboard operation
ngx-audio-player copied to clipboard

Auto Play Error

Open Kyaw-Zin-Thant opened this issue 4 years ago • 0 comments

DOMException: play() failed because the user didn't interact with the document first. I faced error in auto play error . <mat-basic-audio-player [audioUrl]="msbapAudioUrl" [title]="msbapTitle" [autoPlay]="true" muted="muted" (ended)="onEnded($event)" [displayTitle]="msbapDisplayTitle" [displayVolumeControls]="msaapDisplayVolumeControls" [ngClass]="{ 'hiddenControl': isControl == false } ">

Kyaw-Zin-Thant avatar May 21 '20 17:05 Kyaw-Zin-Thant