arielfaur / ionic-audio

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
http://arielfaur.github.io/ionic-audio/2.0/index.html
MIT License
321 stars 163 forks source link

When reopen modal player seekTo will not work #195

Open reymark-labrador opened 6 years ago

reymark-labrador commented 6 years ago

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

arielfaur commented 6 years ago

@mac69 I have never tested that use case with a modal. Are there any errors in the console?

reymark-labrador commented 6 years ago

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.

ludobit commented 6 years ago

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.