An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
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
When playing audio in the background if I play it,
isPlaying
gets set totrue
but if I pause the audio in the background, it will remain set totrue
.