Dima Dimov
Dima Dimov
How exactly can it help with this issue? As I understand it the `Microsoft.Maui.Graphics` will use `SkiaSharp.HarfBuzz` for rendering text.
I think I need to see how `Microsoft.Maui.Graphics` works with text. We found a temporary solution for RTL: https://github.com/fsufyan/BidiSharp Now we need to make the text go from the right...
Hi, do you have any ideas how to do this?
I don't want this plugin to copy file somewhere. It is one of disadvantages of the picker from Essentials for me. You can try using [MetadataExtractor](https://www.nuget.org/packages/MetadataExtractor/)
hi. Is this a problem with local files?
`intent.PutExtra(Intent.ExtraLocalOnly, true);` This issue lies in [this line](https://github.com/dimonovdd/Xamarin.MediaGallery/blob/50946a78dd5d6a15e9059e2b5f556ecd16acdbfe/MediaGallery/MediaGallery/PickMedia.android.cs#L39). Unfortunately, if we remove it, we will get even more strange behavior on different Chinese devices. I faced the problem that when...
https://github.com/dimonovdd/Xamarin.MediaGallery/issues/93#issuecomment-1038488723 > I found some time & made a sample! > > Very interesting bug: Pick from local files works fine, but when I try to pick from Google Drive,...
@smalgin So far I see one solution: We can try not to display Google Drive to users at all http://stackoverflow.com/a/27780510/106941
> But why Xamarin.Essentials picker doesn't have this issue??? Because it has other problems. Read all my messages. It describes what causes this problem
Hi 1) Have you tested this on a real device or simulator? 2) Can you provide a sample?