I’m working with a ListView component for both Android and iOS.
The onClick event is fired when the user hits the list, however the onItemClick event never occurs (yes, I did test them separately).
I’m also generating the ListItems dynamically, in the simplest way:
listview_available_gen.Items.Add.Text := ‘whythehellyoudontitemclick’;
Am I missing something silly?