FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

Image loading, caching & transforming library for Xamarin and Windows

Results 112 FFImageLoading issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report FFImageLoading Android 4.2 Not Show 4.2 or 4.3 Not Show not showing Source show only LoadingPlaceholder or ErrorPlaceholder https://us.v-cdn.net/5019960/uploads/editor/tj/z8o6rc4kouzz.png ### Expected behavior ### Reproduction steps ###...

## 🐛 Bug Report I updated my Samsung s10+ to android 11 and in my app all the svgs stopped rendering ### Expected behavior ### Reproduction steps ### Configuration **Version:**...

This fixes the issue [1281](https://github.com/luberda-molinet/FFImageLoading/issues/1281)

## 🐛 Bug Report at System.Threading.CancellationToken.ThrowOperationCanceledException () [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corert/src/System.Private.CoreLib/shared/System/Threading/CancellationToken.cs:338 at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x00008] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corert/src/System.Private.CoreLib/shared/System/Threading/CancellationToken.cs:333 at FFImageLoading.Work.ImageLoaderTask`3[TDecoderContainer,TImageContainer,TImageView].ThrowIfCancellationRequested () [0x00000] in C:\projects\ffimageloading\source\FFImageLoading.Common\Work\ImageLoaderTask.cs:295 at FFImageLoading.Work.PlatformImageLoaderTask`1+c__DisplayClass3_0[TImageView].b__0 () [0x00000] in C:\projects\ffimageloading\source\FFImageLoading.Shared.IosMac\Work\PlatformImageLoaderTask.cs:49 at FFImageLoading.Helpers.MainThreadDispatcher+c__DisplayClass2_0.b__0...

- [ ] Bindable transformations properties - https://github.com/luberda-molinet/FFImageLoading/issues/499 - [x] XAML Previewer support - https://github.com/luberda-molinet/FFImageLoading/issues/418 - [ ] Add CachedButton implementation - https://github.com/luberda-molinet/FFImageLoading/issues/850

help wanted
Xamarin.Forms
up-for-grabs

### Description If I try to set a ImageSource like this: ```csharp ``` I am getting the following exception. ``` 09-03 10:52:24.647 I/mono-stdout( 7828): at FFImageLoading.Retry.DoAsync[T] (System.Func`1[TResult] action, System.TimeSpan retryInterval,...

## 🐛 Bug Report This is not a bug that constantly happens. I saw a few crash logs on App Center. The logs look something like this: ConditionalWeakTable`2[TKey,TValue].Add (TKey key,...

## 🐛 Bug Report When debugging my Xamarin.Forms.Android project I get a {System.NotSupportedException: Specified method is not supported. at Android.Runtime.InputStreamInvoker.get_Length () [0x00014] in :0 at FFImageLoading.StreamExtensions.AsSeekableStreamAsync (System.IO.Stream stream, System.Boolean forceCopy)...

## 🐛 Bug Report I display the following GIF using FFImageLoading.Forms.CachedImage both on Android and iOS: ![PagesStructure](https://user-images.githubusercontent.com/19507731/171819419-c4d0814b-401e-46fb-8573-fe84922dd075.gif) On iOS the gif is shown properly without flaws. On the other hand,...

There is an image that is loaded from a url that has some EXIF information(Orientation - Rotate 90 CW). In iOS, the image is showing as expected but in Android...