spotify / apps-tutorial

A Spotify App that contains working examples of the use of Spotify Apps API
https://developer.spotify.com/technologies/apps/
627 stars 146 forks source link

Drag and Drop #36

Closed meza closed 10 years ago

meza commented 10 years ago

Hi,

I'm basically copy-pasting the code for the drag and drop feature, and it's not working for what I'd like to use it for.

I'm trying to drop a playlist from the left onto my drop-box. The manifest is set up as stated, application reloaded, drop-box is present and I've even given it proper height and width, and still nothing.

What am I missing?

JMPerez commented 10 years ago

In case someone else is having the same issue, there is more information about this on StackOverflow http://stackoverflow.com/questions/21411322/drag-and-drop-playlist-from-the-sidebar-onto-the-application-view/21417459

@meza it would help if you could upload your app showing this issue to Github, so we can have a look at it.

JMPerez commented 10 years ago

Closing this, as @meza found out there was a problem in the manifest file of his project (see StackOverflow