Closed jbe2277 closed 3 years ago
UWP CollectionView shows empty screen after XF update.
Clone https://github.com/jbe2277/waf.git
Checkout commit https://github.com/jbe2277/waf/commit/06a33c5cd317454a06d929de01efc6b2a32f71ee
Open src\NewsReader\NewsReader.sln
Start the App with "NewsReader.UWP", "Debug", "x86"
Verify that news feed items are shown.
Update "Xamarin.Forms" from Version="4.8.0.1269" to Version="4.8.0.1451"
Start the App again
See that news feed items are empty -> Collection view does not render the elements anymore
Downgrade Xamarin Forms to Version="4.8.0.1269"
Same issue for me but 1364 works on UWP with a ListView
This is fixed in 4.8.0.1821 and onward.
Description
UWP CollectionView shows empty screen after XF update.
Steps to Reproduce
Clone https://github.com/jbe2277/waf.git
Checkout commit https://github.com/jbe2277/waf/commit/06a33c5cd317454a06d929de01efc6b2a32f71ee
Open src\NewsReader\NewsReader.sln
Start the App with "NewsReader.UWP", "Debug", "x86"
Verify that news feed items are shown.
Update "Xamarin.Forms" from Version="4.8.0.1269" to Version="4.8.0.1451"
Start the App again
See that news feed items are empty -> Collection view does not render the elements anymore
Workaround
Downgrade Xamarin Forms to Version="4.8.0.1269"