OGG files cant replay(restart|| play again)
schirrel opened this issue · 0 comments
schirrel commented
I am using ngAudio with a vairous of files, but when i use with ogg i cant play it again.
it gives:
DOMException: The play() request was interrupted by a call to pause()
- i have tryied to play again with :
.play()
- also with:
restart()
andplay()
with the 1st i got the DOMException
wuth the 2nd i have no error but nothing happends.
Someone with the same error?