Open reymark-labrador opened 6 years ago
@mac69 I have never tested that use case with a modal. Are there any errors in the console?
No error. I did not use the html 5 audio components. I am still figuring out what would be the problem. I hope you could test in modal. Thanks.
similar issue when i used audio-track in a custom component. Track start but the seek doesn't move and onFinish doesn't be triggered.
This plugin is the best. cheers to author! I have an issue. Here is my code: this._audioProvider.tracks[this.currentIndex].seekTo(parseInt(seekVal));
It works when the first open of the modal but when I reopen the modal the seekTo function will not work. I hope someone will response. Thanks