Closed sneps85 closed 8 years ago
Thanks for pointing this thing out! Will investigate and then come back to you.
Is there is any update for this issue.
Thanks for the demo.
I fixed that in my fork and created a pull request
@buddax2 The pull request you submitted has still a problem. For example a song is paused now, and an interruption occurs, after the interruption is ended, paused song starts playing!! I can suggest 2 solutions:
@RajChanchal can you elaborate more on those 2 solutions ? I have the same problem: when a song is paused and an interruption occurs, the song plays again. I didn't understand what should I do. Thanks in advance
@SergeHaddad , I have used the first solution of mine i.e by introducing a previous state variable: self.previous_state. You can use my code: https://github.com/RajChanchal/Jukebox
Just write the following in your podfile to use my code: pod 'Jukebox' , :git => 'https://github.com/RajChanchal/Jukebox.git', :branch => 'master'
Jukebox is a nice player, but when a phone call comes in, the player stops playing (as it should), but when the call ends, the player does not regain audio control...