Xamarin.Forms
Xamarin.Forms copied to clipboard
[Bug] ListView is always missing first value when running Xamarin.UITests on iOS
Description
When I'm running UI Tests on iOS, first value on the ListView is always missing, and when I tap on the empty cell there is a crash. It looks like the DeviceAgent app that is running concurrently with the app and controls the UI Tests is somehow interfering with the ListView because as soon as I uninstall it, the ListView is displayed correctly again. I think it might have something to do with CachingStrategy="RecycleElementAndDataTemplate".
It's happening on the newest Xamarin.Forms version (5.0.0.2401) but when I rolled back to 5.0.0.1874 the list was displayed correctly
Yeah something seems to have broken with the recycle strategy there. You seem like you are down in the Xamarin.Forms woods if you are checking our UITests? :) if you would be willing and able I'd appreciate your help on this one!
What help do you need from me? It is me who is looking for help and for someone to fix this bug. I am not a Xamarin.Forms developer/contributor, just a tester. And because of this bug I can't run UI Tests properly in the app I'm testing.
Any updates on this guys?
Any update on this issue? We are seeing this issue in Xamarin.Forms version (5.0.0.2612)
Was there any update on this issue, we are also facing this issue and now we are blocked