Victor Hernandez
Victor Hernandez
a demo of the issue is available at the following link: https://github.com/mono/SkiaSharp.Extended/assets/3643619/aeb0ebb4-9869-4b6d-8e19-27fe0194a376 Description: When using SKLottieView within a CarouselView on both Android and iOS platforms, we are encountering several issues:...
I'm seeing this bug in the .NET 8.0.3 . This is a workaround for a problem where the cursor jumps to the start when using certain behavior in the code....
The bug persists in .NET 8. When encountering an issue with multiple entries inside a ScrollView , consider implementing the following workaround: Firstly, create a new file under `platform/ios/extensions`. Next,...
I had the same issue, but I can style the radio button using a Control Template and works fine for iOS and Android . This is what worked for me...
> I also have this issue with slightly different behavior. I have the SKLottieView in a CarouselView and some pages it displays and others it doesn't. It's totally random because...
Is there any guidance available on creating an IPA build locally using the dotnet publish command? Specifically, considering that the iOS extension might require its own provisioning profile, how can...
Actually what worked for me was using these [instructions](https://www.howtogeek.com/435975/how-to-show-an-outlook-calendar-in-google-calendar/) to show an outlook calendar in google calendar, however the CanEditEvents property comes back as false for any calendar under the...