drossoft
drossoft
Any progress on this?
Is there any workaround? Can't upgrade my app without loading SVG Image from byte[].
No, and I haven't found any workaround yet
Yes, that seems to be the best option, I will try that as well. Thanks!
I've tried caching the image in the file and loading it using ImageSource.FromFile, but it still doesn't work for SVG files. string localPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal); string imagesPath = Path.Combine(localPath, "Images");...
For anyone having trouble with this, I have found a solution. I have implemented a method using SkiaSharp to get an ImageSource from a byte[] (with the help of ChatGPT)....
Yes, we've noticed, but that's the best we've come up with for now.
Is there any workaround? In my case, it doesn't work with light theme. TextColor is set to black, and as soon as I hover over the picker, the text becomes...
Have you found any workaround for this? I've tried loading from file, but doesn't work.
Any progress with this? DatePicker is essential in any multilingual application. The migration from Xamarin to MAUI is really frustrating.