I have a listview with an image, and two labels. They all function properly when viewing the list - binded to values in the model and listview binded to a list property in viewmodel. When an item is selected I open another contentpage displaying more information of that item. When I press return (since MainPage is set to a NavigationPage) I return to the list - but now the title of the selected item usually occur twice in the list - thus next to the wrong image and "source" label and when I keep on entering the same item - the titles starts to displace and occur twice next to the wrong image and source image even more. For some reason the both the image and source label is always correct. It is the title label that does not match and starts to occur twice.
This happens on my physical API23 Android phone. It does not happen in Android emulator or iOS emulator