Ionic sortable list with options on drop place -


i wondering if there's can give me start following situation: have sortable list (standard ionic) need options on drop place. i'll try explain example.

<ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> <li name="dropplace">  <span name="option1"></span>  <span name="option2"></span>  <span name="option3"></span> </li> <li>list item 4</li> </ul> 

depending on option user drops list item, actions needs happen. don't know how begin on following: - when dragging, create drop place options - link dragging list item 1 of options when hovering - action when dropping on 1 of options

thanks in advance!

greetings,

leander

i'm quite sure ionic not provide sortable widget out of box. can use this one, example, angularjs wrapper around jquery sortable widget. you'll able capture drop event , perform whatever other tasks need.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -