Testing the UWP build of the xamarin forms app we are running into all kinds of weird issues
i have several listviews with itemtapped events and they all work fine on android. On UWP only one doesnt work. When i say it doesnt work it means the itemtapped event never fires. There is nothing different about this list view. I went so far as to copy one of the other ones that works and still it simply doesnt fire the event
Another issue i had with the same listview was that it has a background imge on the item which didnt show but currently i removed all that for testing and even without the image the tapped event doesnt fire
any ideas?