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?
@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?
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?