Posts

Post not yet marked as solved
3 Replies
12k Views
Upon user interaction, I load an mp3 and when that completes (load event callback), I call audio.play(). However, I receive the following error Unhandled Promise Rejection: NotAllowedError (DOM Exception 35). I believe it has to do with calling audio.play() in the callback event. Is there a work around?
Posted
by drall82.
Last updated
.