RedZone908
RedZone908
I banged my head against a wall for a while wondering why this wasn't working even though I had version 1.5.1 of the package... it turned out that my `OpenApiVersion`...
I just updated the repro project to 8.0.21 SR 4.1 and confirmed the bug still exists there.
I will test
@PureWeen Unfortunately, with the latest nightly 8.0.40-nightly.10602, this bug is still present in the repro project. Did a full clean and build. See below. https://github.com/dotnet/maui/assets/20206332/a58f85ab-13a6-4b60-abb9-baef8af7711a
@PureWeen that takes away the error, but, it also makes the CarouselView start over with zero items at each page load (which makes sense, since the page is being recreated),...
Ah, gotcha! Well, for the actual proprietary company app where we encountered this bug, we actually didn't need to retain the data so our workaround was to simply instantiate a...
I can confirm too--`TextColor` doesn't work for me, but all the other attributes do (FontSize, FontFamily, FontAttributes etc).
I hope this iOS fix for label spans happens soon....
I know this is marked stale but it's definitely still an issue that needs to be fixed on iOS for .NET 8.
@bradencohen would you be able to post the code for your ListView w/ custom ResizingViewCell for us to use in the interrim?