I’m trying to find some combination of <ion-item-sliding>
and <ion-reorder-group>
that works well together.
I put together this stackblitz on beta.2
and it seems fine.
but in my app which is on beta.12
, it doesn’t work correctly
- on startup, only
<ion-item-sliding>
works–until the first item is deleted - then
<ion-item-sliding>
stops working, but<ion-reorder-group>
begins to work – once you navigate to a different list. (e.g. click a different button)
I cannot figure out why this is happening. The same code on beta.12
can be found in this repo;