Onsen UI Carousel Swipe list item
问题 i am using the carousel feature of the onsen ui framework in order to delete items in a list by swiping from left to right, like in ios/android. The swipe displays a "delete"-button which should delete this item from the list and reorder it The problem is, the view always deletes the last row instead the one i pressed the button on, however, the row is removed correctly in the dataarray. Does anyone have an answer for that?? *hope that there is s.o. out there with a solution 回答1: You should