Notice (2018-05-24): bugzilla.xamarin.com is now in read-only mode.
Please join us on Visual Studio Developer Community and in the Xamarin and Mono organizations on GitHub to continue tracking issues. Bugzilla will remain available for reference in read-only mode. We will continue to work on open Bugzilla bugs, copy them to the new locations as needed for follow-up, and add the new items under Related Links.
Our sincere thanks to everyone who has contributed on this bug tracker over the years. Thanks also for your understanding as we make these adjustments and improvements for the future.
Please create a new report on Developer Community or GitHub with your current version information, steps to reproduce, and relevant error messages or log files if you are hitting an issue that looks similar to this resolved bug and you do not yet see a matching new report.
On Xamarin Forms 2.3.1.114, the ListView is broken on iOS 10 beta's. Setting ListViewCachingStrategy to RecycleElement freezes the app. No errors occur, app just freezes. Setting ListViewCachingStrategy to RetainElement fixes my simple ListViews. However setting ListViewCachingStrategy to RetainElement on a complex ListView that has many DataTemplateSelector's, the app freezes once again. Xamarin Forms 2.3.0.107 works on iOS 10 beta without any issues. Xamarin Forms 2.3.1.114 on iOS 9 works without any issue. Confirmed on physical iOS 10 beta 8 devices, iPhone 6S and iPad Air. Attached is a very simple project show that won't work on iOS 10 beta, but changing ListViewCachingStrategy to RetainElement works. I believe this bug might be similar to https://bugzilla.xamarin.com/show_bug.cgi?id=43907
Created attachment 17332 [details] Repro solution
I'm experiencing this very freezing problem for a while now (actually since the release of Xamarin.Forms 2.3.1.114) and since iOS 10 is no more beta, a fix would be awesome!
Same issue here. Would like to submit an update before the big release of iOS10;
iOS 10 just got released and I had to find out, that nothing is fixed. Not even in the latest XForms pre-release.
Any update on this issue? This is also an issue when ListViewCachingStrategy is RetainElement, but a ViewCell has ContextActions.
@Michael is correct we also see this behaviour with RetainElement lists that have ContextActions :/
There seems to be Xamarin.Forms 2.3.2.127 out now on nuget. For me it's working again with ContextActions in a custom view cell. Hope Apple will approve the new version quickly...
Upgraded my project from Xamarin.Forms 2.3.1.114 to 2.3.2.127 and I don't experience the freezing bug anymore. Thanks.
Should be fixed in 2.3.2. Thank you!
*** Bug 44104 has been marked as a duplicate of this bug. ***