Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

artina:CircleImage won't display image

Open faceoffers28 opened this issue 6 years ago • 1 comments

Description

If I upload an image to blob storage and then pass the URL of the image as the Source, it works just fine on the initial Android or iPhone device. If I then logon to another device using the same credentials as the initial device, the same passed URL does not display the image. This is happening in the two places in my app where I use artina:CircleImage.

Steps to Reproduce

  1. Create an artina:CircleImage with Source="{Binding User.ProfileImage}"
  2. Check for String.IsNullOrEmpty
  3. If true, set Source with this.avatar.Source = Uri

Expected Behavior

The image should display regardless of whatever device is used.

Actual Behavior

The image does not display.

Basic Information

  • Version with issue: Artina.Shared = 2.5.2.0, Artina,Shared.Base = 2.5.2.0
  • Last known good version: I don't think it has ever worked.
  • IDE: Visual Studio Enterprise 2017
  • Platform Target Frameworks: Xamarin.iOS 11.9.1.24, Xamarin.Android = 8.2.0.16
    • iOS: 11
    • Android: 8.1
  • Android Support Library Version: 26.0.2
  • Nuget Packages: Xamarin.Forms = 2.5.1.444, FFImageLoading.Forms = 2.2.25, FFImageLoading.Transformations = 2.2.9
  • Affected Devices: iPhone 6s iOS 11.3, Alcatel OneTouch Pop Android 5.1.1 (22)

Screenshots

faceoffers28 avatar Jul 24 '18 14:07 faceoffers28

Hi @faceoffers28,

If you use just an <Image />: do you get the same result?

Thanks, JP

jpbrocca avatar Jul 24 '18 17:07 jpbrocca