Questions tagged [ffimageloading]

129 questions
0
votes
0 answers

Custom HttpClientHandler for images in Xamarin Forms

I get a list of urls of images (e.g., https://thisisanurl.png) from a let's say API/GetImageUrls. But those url images can't be viewed without a key authentification. I was using FFImageLoading plugin to add a custom HttpClient to the ImageService…
sesitosVDX
  • 41
  • 1
  • 7
0
votes
2 answers

After installing FFImageLoading images don't show at all

My Xamarin Forms 5 app will allow users to upload their own images which can be large. I noticed that large images were taking a long time to show so I installed FFImageLoading and followed the instructions on their Github page at…
Sam
  • 26,817
  • 58
  • 206
  • 383
0
votes
0 answers

FFImage is not loading 5 Mb imges from url

I tried to load the image on ffimageloading:CachedImage from URL, few images which are of 5 MBs are not loading in Android Tablet. Please suggest to me what should I do about the issue?
0
votes
1 answer

FFImageLoading not shows webp image in Release Mode Xamarin.iOS

Set Build Action -> Bundle Resource. works fine in Local when deployed to device but not works in release mode.
Nandha
  • 47
  • 6
0
votes
0 answers

svg image is not loading in xamarin

i am trying to load svg image but nothing shows up. I set image to embedded resources and path of image is: ref plugin xmlns:ffsvg="clr-namespace:FFImageLoading.Svg.Forms;assembly=FFImageLoading.Svg.Forms"
Dan
  • 175
  • 1
  • 12
0
votes
1 answer

How to hide/unload a CachedImage in xamarin forms

I am still kind of new to Xamarin forms and now I am using the Ffimagloading library to display a gif through my viewmodel's "DisplayImage" property. But after certain conditions are met, I want to hide/unload the image, so that it is no longer…
Ro0f3r
  • 5
  • 1
0
votes
2 answers

Xamarin - CachedImage - Access the downloaded file

I am using the CachedImage component of ffimageloading. I have a kind of gallery with a carousel view. All the images are loaded through an internet URL, they are not local images. I would like to add the image sharing function. But I don't want to…
Barto
  • 337
  • 2
  • 11
0
votes
1 answer

Xamarin Android visibility binding issue using MvvmCross and FFImageLoading

To create an animated loader UI control in my app (Xamarin AndroidX using Mvx and FFimageLoading) I created a custom control that inherits from MvxCachedImageView. Then I apply my animation as follow: public class LoaderView : MvxCachedImageView …
Krusty
  • 955
  • 1
  • 12
  • 26
0
votes
1 answer

FFImageLoading - Xamarin Android, set TintTransformation for svg

I'm able to use TintTransformation for Xamarin.Forms with this code: var svg = (SvgCachedImage)btn; var tintTransf = (TintTransformation)svg.Transformations[0]; tintTransf.HexColor = color; …
ʞᴉɯ
  • 5,376
  • 7
  • 52
  • 89
0
votes
0 answers

How to stop FFImageLoading gif loop?

I've loaded a GIF using FFImageLoading, but that GIF is keep looping again and again. Is there a way to stop that loop?
0
votes
2 answers

Xamarin.Forms: adjust Image size to the width of the parent's in a BindableLayout

I'm trying to adjust the the Image size to the width of the parent's container in a BindableLayout, but I didn't found a way to achieve this. I'm based on this other topic to achieve this. I first tried to embed the Image in a Grid container like…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
0 answers

Do not load images with FFImageLoading

I am consuming an API in my application and I need to load images, I am doing it with FFImageLoading. The images are in a json I follow the steps of adding FFImageLoading.Forms.Platform.CachedImageRenderer.Init(true); in MyActivity and…
0
votes
0 answers

FFImageLoading has wrong behavior when resource is not found (issue or PEBKAC ?)

I use FFImageLoading to show SVG images in a ListView like this : 1) I have an XML file with categories and items, I parse it, I have an ObservableCollection, each Category is an ObservableCollection. 2) I have a custom TintedSvgCachedImage class…
Galactose
  • 175
  • 3
  • 8
0
votes
1 answer

Xamarin - FFImageLoading - System.IO.IOException

I have following in my XAML file:
sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
0
votes
1 answer

How can I apply FFImageLoading DownSample to an image which I have its DataArray?

I'm using FFImageLoading to crop/rotate an image picked with Xamarin.Plugin.FilePicker(version 1.1.0). This picker allows to get only DataArray and filename but it doesn't serves file path. I have seen on internet some threads talking about…
Sandro Benevides
  • 581
  • 2
  • 14
1 2 3
8 9