Felipe Aguiar

Results 1 comments of Felipe Aguiar

I use this as workaround (Angular). Thanks for the awesome plugins. ```ts onItemContentTap(event) { if (isIOS) { const data = this.items[event.index].items[event.childIndex - 1]; // ... } }