In my Test app (shared with support) I have created 4 list items with different onClick events:
A list item with no subitems (only text) and an onClick event on the item.
A list item with with a label inside, onClick event on the label
A list item with a label inside, onClick event on the item
A list item with a grid inside and inside one of the cells a label, onClick event on the label and the list item
All 4 situations work OK in web and in android, but in iOS the onClick event only works in situation 1. A few weeks ago situatie 4 was working in iOS (different app though).
Is this a bug?