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

Play again after ended #180

Open betatools opened 6 years ago

betatools commented 6 years ago

Hi

I have a weird issue I can't seem to fix. When the audio is done playing, and I press the play button once more, the audio starts but the button looses its pause/play icon and the button is disabled. That means I can no longer pause/play the audio

Any help much appreciated

I use version 3.2.0 with ionic-angular 3.9.2

[update] I found that the "isLoading" property is set to true, and thats why the button is disabled. Why is the property true?

arielfaur commented 6 years ago

@betatools The isLoading property is set to true while the track is being loaded, and then it is set back to false, or at least it should. Is it not happening?