cordova-spotify icon indicating copy to clipboard operation
cordova-spotify copied to clipboard

Next/previous song and volume controls.

Open noobiept opened this issue 7 years ago • 3 comments

Is there a way to move to the next/previous song, and also to be able to control the volume? I don't see any like that in the documentation.

noobiept avatar Jun 15 '18 12:06 noobiept

cordova-spotify has no notation of a play queue so far. You‘re currently supposed to just manage this through your application. PRs appreciated for volume setting. :)

NeoLegends avatar Jun 15 '18 12:06 NeoLegends

Alright thanks. In terms of volume, there's this section on the documentation: https://developer.spotify.com/documentation/web-api/reference/player/set-volume-for-users-playback/ but I think this requires you to use their player library, which I'm not sure if this library is based on that?

noobiept avatar Jun 15 '18 12:06 noobiept

As I said, PRs very welcome. :)

This library uses the native iOS and Android SDKs.

NeoLegends avatar Jun 15 '18 12:06 NeoLegends