@liamod94 wrote:
I have a list of clickable items in ionic, with the whole item being clickable. I have a toggle that will trigger ion-reoder. The problem is anything inside the is not clickable, even when the ion-reorder-group is disabled. The structure is the following:
<ion-reorder-group disabled="{{!reordering}}" click="doSomething()"> <----Not clickable <ion-list ngFor=....> <ion-reorder> ... <a (click)="openLink()">Click me</a> <---- Not clickable </ion-reorder> </ion-list> </ion-reorder-group>When I remove the ion-reorder it works as expected. Does anyone have any ideas what I need to do to get around this? I like the idea of making the whole item draggable when re-order is active.
Posts: 1
Participants: 1