You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
When I try to load a image hosted on a HTTPs endpoint, using the Android Emulator (only Android 9, API 28, x86) and Xamarin Forms, the image can not be loaded. Tried with different images. Image loads on UWP, desktop and mobile browsers just fine. Tried on debug and release build configurations. Works on devices, fails on emulator. Works on x86_64 emulator.
Steps to Reproduce
Create new Xamarin.Forms Project
On MainPage.xaml, create a Image element, with a HTTP source
(eg: <Image Source="https://dummyimage.com/600x400/000/fff.jpg" /> )
Test it on a Android Emulator
Expected Behavior
The image must load
Actual Behavior
The image doesn't load
Basic Information
Version with issue: Tested on Xamarin.Forms 4.0.X and 4.2.X
Last known good version: N/A
IDE: Visual Studio 2019 16.3.2 (latest ATM)
Platform Target Frameworks: Android Only
Android: 9.0 only (Google APIs Image rev.9). x86 version only.
Android Support Library Version: Removed explicit dependency.
Nuget Packages: Xamarin.Forms, Xamarin.Essentials
Affected Devices: Android Emulators. Tried on 29.2.1 (latest). x86 images only.
10-04 12:34:17.704 D/skia ( 6808): --- Failed to create image decoder with message 'unimplemented'
10-04 12:34:17.738 D/OpenGLRenderer( 6808): Skia GL Pipeline
[0:] ImageLoaderSourceHandler: Could not retrieve image or image data was invalid: Uri: https://dummyimage.com/600x400/000/fff.jpg
The text was updated successfully, but these errors were encountered:
Description
When I try to load a image hosted on a HTTPs endpoint, using the Android Emulator (only Android 9, API 28, x86) and Xamarin Forms, the image can not be loaded. Tried with different images. Image loads on UWP, desktop and mobile browsers just fine. Tried on debug and release build configurations. Works on devices, fails on emulator. Works on x86_64 emulator.
Steps to Reproduce
(eg:
<Image Source="https://dummyimage.com/600x400/000/fff.jpg" />
)Expected Behavior
The image must load
Actual Behavior
The image doesn't load
Basic Information
Screenshots
Reproduction Link
Related Stack Trace
10-04 12:34:17.704 D/skia ( 6808): --- Failed to create image decoder with message 'unimplemented'
10-04 12:34:17.738 D/OpenGLRenderer( 6808): Skia GL Pipeline
[0:] ImageLoaderSourceHandler: Could not retrieve image or image data was invalid: Uri: https://dummyimage.com/600x400/000/fff.jpg
The text was updated successfully, but these errors were encountered: