Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] Image control fails to load image from URI on Andriod #7684

Closed
chad-ramos opened this issue Sep 25, 2019 · 6 comments
Closed

[Bug] Image control fails to load image from URI on Andriod #7684

chad-ramos opened this issue Sep 25, 2019 · 6 comments
Labels
s/unverified New report that has yet to be verified t/bug 🐛

Comments

@chad-ramos
Copy link

Description

  • <image> is not loading image from URI on Android
  • The issue first happened post VS 16.3.x update on 9/24/19
  • Possibly related Image control problem loading from URI #7248
    • Shows closed but if related, a regression might have happened.

Steps to Reproduce

  1. Create a new Forms project
  2. Add an image
<StackLayout>
    <Image Source="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Galactic_Radiation_and_Background_satellite_%28square_crop%29.jpg/150px-Galactic_Radiation_and_Background_satellite_%28square_crop%29.jpg"
           HeightRequest="300" />
</StackLayout>
  1. Deploy to emulator or device

Expected Behavior

  • Image to display on the screen as it does in iOS and as it did post VS 16.3.x update

Actual Behavior

  • The image does not display on screen for Android
  • The application continues without interruption
  • Debug shows an error.

Basic Information

  • Version with issue:
    • 4.2.0.778463
  • Last known good version:
    • 4.2.0.778463
      • Broke post VS 16.3.x update
  • IDE:
    • VS 2019 16.3.1
  • Platform Target Frameworks:
    • Android:
      • 8.1 or 9.0
  • Affected Devices:
    • All emulators and hardware

Screenshots

image

@chad-ramos chad-ramos added s/unverified New report that has yet to be verified t/bug 🐛 labels Sep 25, 2019
@PureWeen
Copy link
Contributor

This has been fixed on 4.2.0.815419

@FetFrumos
Copy link

FetFrumos commented Sep 30, 2019

I use 4.2.0.815419 and have same issue:

ImageLoaderSourceHandler: Could not retrieve image or image data was invalid: myurl
Could not load image named: {0}: delete
but this url open in browser

@ddo88
Copy link

ddo88 commented Oct 2, 2019

i upgrade to the version the version 4.2.0.815419
but still have the problem

@PureWeen
Copy link
Contributor

PureWeen commented Oct 2, 2019

#7751 (comment)

@chad-ramos
Copy link
Author

@FetFrumos @ddo88 For reference, I upgraded to 4.2.0.815419 and it resolved my issues.

@ddo88
Copy link

ddo88 commented Oct 2, 2019

I'm sorry, if it worked, I just had to remove the emulator application and deploy again.

thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

4 participants