Questions tagged [ffimageloading]
129 questions
0
votes
0 answers
FFImageLoading Xamarin iOS imagePath
I am using Xamarin.iOS and saving images with FFImageLoading. I would like to get the path where the image is saved.
In the code below information.FilePath is null:
return ImageService.Instance.LoadUrl(imageUrl).
WithCache(CacheType.All).
…

quak
- 11
- 3
0
votes
0 answers
Xamarin form: icons/image not showing which usually work before
Having problem not showing the ffimageloading image on the listview on iOS12.1.3 later by the client and it happened many time even though not always but it works on my local ipad, which i am not sure how to tackle.
Now it looks like also affecting…

LittleFunny
- 8,155
- 15
- 87
- 198
0
votes
0 answers
Can not Add() elements to page (IOS) xaml, gif image
Hello I'm trying to use FFImageloader package in XAML. I've added the custom renders in appdelegate and mainacticivy on the devices. When it renderes my page it throws an error.
I've tried to remove properties from the new namespace and it still…

Anders Bootsmann Larsen
- 321
- 4
- 17
0
votes
1 answer
Is it possible to combine FFImageLoading with Mr.Gestures?
Is it possible to combine FFImageLoading with Mr.Gestures? If so how would that be possible?
Its being mentioned in this thread: https://forums.xamarin.com/discussion/32956/mr-gestures-handles-all-touch-gestures/p8

lolelo
- 698
- 6
- 18
0
votes
0 answers
FFImageloading - check if image exists in cache?
How can I check if an image exist in cache with FFImageLoading?

lolelo
- 698
- 6
- 18
0
votes
2 answers
Xamarin - how to reset image cache for a specific image
In my Xamarin app I upload a new "user profile" image on the server, then I try to update the image with the new version of the image (Noticed that the image uri is the still the same).
There is an image cache provided by Xamarin, I need to…

ClubberLang
- 1,624
- 3
- 21
- 45
0
votes
0 answers
xamarin FFImageLoading exception "Forbidden"
I was trying out FFImageLoading for Xamarin Forms by following this example (xaml-version)
but I get an exception in my error handler, originating inthe plugins' DownloadCache.cs with the message "Forbidden" and the stack trade below
at…

Cowborg
- 2,645
- 3
- 34
- 51
0
votes
1 answer
Xamarin forms FFImageLoading CornersTranformation
I have a UI design like at following image. I'm using FFImageLoading plugin and Corner Transformations but I could not cut image form top to bottom of image. How can I do this ?
I'm trying following code but it's not working.
var imgProd = new…

Neerav Shah
- 713
- 5
- 18
- 39
0
votes
1 answer
Using FFImageloading RoundedTranformation for dynamic fields.
Hi I want to apply RoundedTransformation to dynamically created CachedImage in XamarinForms.
here is code for dynamic creation of CachedImage
var imgProd = new CachedImage { Source = temp.imgSource, HorizontalOptions = LayoutOptions.FillAndExpand,…

Neerav Shah
- 713
- 5
- 18
- 39
0
votes
0 answers
FFImageLoading still caching image
I set...
imgProfile.CacheType = FFImageLoading.Cache.CacheType.None;
imgProfile.CacheDuration = new TimeSpan(0, 0, 0, 0);
Reinstall the app, load it once, switch to airplane mode, restart the app and the image is still there.
Surely it shouldn't…

Ian Warburton
- 15,170
- 23
- 107
- 189
0
votes
0 answers
xamarin forms svg files show on android emulator but not in mobile device htc one m9 android 7
MainActivity.cs :
CachedImageRenderer.Init(enableFastRenderer: false); SvgCachedImage.Init();
MainView.xaml
xmlns:ff="clr-namespace:FFImageLoading.Svg.Forms;assembly=FFImageLoading.Svg.Forms"

M Komaei
- 7,006
- 2
- 28
- 34
0
votes
1 answer
FFImageLoading Load image from Mobile-Sdcard
I'm trying to load image from mobile.
Same method with picasso is working fine but i get problem using FFImageloading
var CatalogCategories =…

testsc
- 71
- 7
0
votes
1 answer
FFImageLoading.Svg.Forms how to leverage an external library
I have a Xamarin Forms standard project and I would like to leverage svg's. Acording to the documentation I should be able to leverage an external assembly for referencing my files.
When loading from embedded resources, you can specify different…

Spook Kruger
- 367
- 3
- 15
0
votes
1 answer
ffimageloading images not shown in xamarin.forms
I'm developing a Xamaring.Forms cross-platform app, and want to show Loading gif when user click a button to connect to the server. Everythink is working as expected except the gif image is not shown, even when I try with a different format of…

Saad Hasan
- 458
- 5
- 17
0
votes
1 answer
Some image path are not loaded in ffimageloading:CachedImage control in xamarin forms
I am working in xamarin.forms. I have one list page where I want to load set of images. Images are load from web service not from local device. Some images are big in size so I am using ffImageLoading plugin for image compression.
My problem is…

RMR
- 599
- 3
- 12
- 35