-
Notifications
You must be signed in to change notification settings - Fork 66
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
Implement sorting/swiping for IonList #9
Comments
Hey! I was thinking that this would be a great project (a react version of ionic), if I can find time I'll try to chip in on this. (I did the sort/swipe and spinners on meteoric, and a couple little other things) I had sortable/deletable working on my branch here: |
Hey Jordan, that would be great! You seem like the most qualified person for it 😀 |
I think this branch of Meteoric has all the advanced Ionic list features done. He made this PR on original Meteoric branch meteoric/meteor-ionic#368 |
@skirunman looking good. Similar to what @jorjordandan did it seems, both rely on https://github.com/pornel/slip. I'm working on the ActionSheet right now, if any of you wants to pick this up, that would be great. |
Probably above my pay grade to implement this. Good works so far! |
@jorjordandan do you think you will have some time in the near future? Most functionality starts to be implemented, it would be great if this will be addressed as well! |
@jorjordandan Im trying to implement swing.js in meteor but am facing difficulties. Could describe how you setup swing with meteor? Would be greatly appreciated. thanks |
@pors Sorry I haven't had time to work on this, I've been buried :( @EmirGluhbegovic I didn't use swing.js for this particular thing but I did try unsuccessfully to set swing.js up with another Meteor project a couple years ago. Hope you have better luck than I did! |
@jorjordandan Have you implemented any sort of tinder like interface with meteor? |
@jorjordandan Thanks for the recommendation. I have tried that and it works well for a mobile only approach. Issue comes as I am trying to implement this in a webApp. |
See https://github.com/meteoric/meteor-ionic/tree/master/components/ionList and http://ionicframework.com/docs/api/directive/ionList/
The text was updated successfully, but these errors were encountered: