maui-samples
maui-samples copied to clipboard
Scrolling demo list out of view on iOS causes random labels to appear when scrolling back up
With commit 38f5f7f50a222292cf8b5c5195bbfde4908d7132
When the app opens, the list is ordered alphabetically as defined in the source code. When I scroll down and top items go out of view, and then scrolling back up, does not show the original items but different labels appear. Tapping the items still brings them to the original navigation, but the labels are wrong in the list.
See recording for behavior.
https://github.com/dotnet/maui-samples/assets/1618765/1fc329a1-3469-449b-afe0-47674dc306ea
Environment:
- macOS 14.1.1 (osx-arm64, M1)
- .NET SDK 8.0.100
- VS Code 1.84.2 /w MAUI extension v0.5.50
- iOS simulator: iPhone 15 (iOS 17)
- Xcode 15.0.1
Hey @bgever!
Thanks for all the issues here, I will try and look over them. But I think at least some of them will be issues with the product .NET MAUI and not so much only the sample. If you're looking into this anyway, you might want to try and see if you can chase down issues on the .NET MAUI repo that are open for it and add the latest info.
Regardless, thank you for looking at this and reporting!