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

isPlaying with background audio only works on play, does not update when paused. #191

Open joe-scotto opened 6 years ago

joe-scotto commented 6 years ago

When playing audio in the background if I play it, isPlaying gets set to true but if I pause the audio in the background, it will remain set to true.

arielfaur commented 6 years ago

@joe-scotto Hmmm, I need to look into this. Thanks!