Questions tagged [ffimageloading]

129 questions
0
votes
1 answer

Xamarin Forms: Not able to load image from url using FFImageLoading library

I am trying to load image from url to an image view in xamarin forms application. But I am getting an error and I am not getting a fix for it. I am trying to load the image as shown below: ImageService.Instance .LoadFile(imageUrl) …
0
votes
1 answer

SDWebImage or FFImageLoading Authentication for Xamarin

I need to load images that required basic authentication. I am using SDWebImage. I have a directory that is open to the public and those images load correctly. When I try and load images from a directory that requires authentication, it never…
Max
  • 19
  • 5
0
votes
2 answers

Xamarin: FFImageLoading not showing using inside list view on iOS

I am currently using FFImageLoading library on a listView inside the custom data template.
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
2 answers

FFimageLoading NugetPackage for Xamarin MVVMCross 4.4.0

As stated in this question I need to load an image from Url using Xamarin.Forms with MVVMCross 4.4.0. I was directed to use the FFimageLoading package in that question but it is not working, after searching I found that the FFimageLoading library…
Setar
  • 140
  • 10
0
votes
0 answers

Xamarin iOS FFImageLoading load image from asset-library

I can't load image from an ImageCached object on iOS. I got an asset-library url from the ALAsset but when I create the ImageCached object it d'ont show the image, ending with error that file is not found. I take the image url from…
Bobby
  • 80
  • 11
0
votes
1 answer

Xamarin Form: FFImageLoading: Loading image information

I am currently using FFImageLoading and NGraphic package. Former one use to load an image and NGraphic use to do the drawing over the image. The CachedImage from FFImageLoading will handle the image with exif orientation set. Whereas, if I load the…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
0 answers

xamarin.forms change images in high ratio

I want to create loader screen. I have 100 png images for 0 - 100 precentage. I create an image and replace the image.source every 100 mili. The problem is that sometimes the prev image isn't loading before the current image's loading so the loader…
asaf
  • 958
  • 1
  • 16
  • 38
0
votes
4 answers

Why are my Xamarin UWP Images not showing up on device?

I am developing a Xamarin UWP app using ffimageloading. The images show up just fine on the Windows Phone emulator that I am running through Visual Studio, but when I deploy it to a device through the device portal all of the images are missing. …
ArbiterUnknown
  • 113
  • 2
  • 13
0
votes
1 answer

Using FFImageLoading Synchronously?

I need to use the LoadUrl method of the FFImageLoading ImageService class synchronously since it is called in a CreateCell method of a data source for a grid. Using Xamarin.iOS and c#. Appreciate a quick solution. Here is the current code: public…
1 2 3
8
9