Hello! I implemented drag'n'drop watching your example...
so I extended UIDragDropItem to create my "drag behaviour" (let's call it dragItem) and everything works on editor, on iphone and android.
When i try to drag'n'drop on windows phone 8 it gives me errors saying that my class dragItem dosn't implement onDrag()!
(well it is private on UIDragDropItem so it isn't inherited, it does make sense... but why it works on other platforms??)
Thank you!
