angularjs - Ionic list: swipe to remove? -
is there possibility implement "swipe-to-remove" (like in android task-screen) functionality "ion-list"?
i have found "can-swipe" directive allows add together buttons appear under partly-swiped item, that's not i'm looking for. need swipe item (both sides) , remove when becomes swiped end of screen.
ok, seems "ion-list" doesn't have built in "swipe-to-delete" functionality.
nevertheless implemented using hammer plugin angular.js , custom directives , logic. allowed create list-items swipeable. , used that technology actual elements removal.
angularjs angularjs-directive angular-ui ionic-framework
No comments:
Post a Comment