When Tapped first item - nothing happened at all. When I tapped second item ItemTapHandler get first item. When I tap on third item^ the second item is handled and so on. I try to use android ListView instead of CustomListView, but I got the same behaviour.
Description
This isuue occurs on Android.
protected override void OnElementChanged(ElementChangedEventArgs<ListView> e) { SetNativeControl(new CustomListView(Context)); base.OnElementChanged(e); }
When Tapped first item - nothing happened at all. When I tapped second item ItemTapHandler get first item. When I tap on third item^ the second item is handled and so on. I try to use android ListView instead of CustomListView, but I got the same behaviour.
Steps to Reproduce
Expected Behavior
App write in console: Item name: One, item position: 0 Item name: Ten, item position: 9
Actual Behavior
App write nothing for first tap. App write in console: Item name: Nine, item position: 8
Basic Information
TestApp.zip