-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Events Firing #3
Comments
Oh and I'm calling login after I've added the event listeners. |
I've been digging and it appears the events are making it to |
I've added a branch on my repository at https://github.com/ambientBOX/cordova-spotify-plugin/tree/fix-event-callback that fixes this issue but I don't believe it's complete. Can you please review it, if it's good enough I'll submit as pull. |
I'll have a look at this issue as soon as I have some time later this week. Great work on initiating the fix. |
I believe I found a fix for this issue. I'll create a new release as soon as possible. |
After calling createAudioPlayer with a working player (I can play and manipulate a queue) I can't get any events to fire. I've tried registering as follows:
None of these ever get fired but my music is playing after calling audioPlayer play on a playlist. Any suggestions as to what I'm doing wrong.
The text was updated successfully, but these errors were encountered: