We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@MAC69 I have never tested that use case with a modal. Are there any errors in the console?
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: