Hello guys,
I just downloaded and tried example http://developer.xamarin.com/samples/WorkingWithListview. For Android it works perfect but on Windows Phone device it's behavior is incorrect, two things are not working on "button" page:
- when pressing row (not on label) the row is not selected ("Tapped" popup doesn't appear)
- when pressing button it sometimes calls "Clicked" popup (correct) but sometimes "Tapped" (wrong!), about 50/50
Does anybody have any tip how to fix it?
thanks,
Piotr