I'm using buttons and pickers inside cells. When the user taps quickly or holds one of the buttons events are not firing. This is not the expected behaviour. When the user tap the button twice (double tap) the action should be performed twiced instead of none. Single taps work fine. The problem I'm facing with is on iOS. On Android it works fine. When button is clicked it takes considerable amount of time.
My configuration SelectionMode is set to SingleDeselect, SelectionGesture is set to tap.
I'm using different item templates which I assign from code using: ListView.SelectedItemTemplate and ListView.ItemTemplate.