Downloade image with underscore fails on Android

Hey there,

I have a project that is downloading and displaying an image.

The image url is :

https://static.fcoo.dk/ifm-prod/dynamic_data/DMI_HIRLAM-S03_NSBALTIC_3NM/DMI_HIRLAM-S03_NSBALTIC_3NM_SMALL_BELT_Wind_ms_WBGYR_10colors_20160121120000.gif

Eveything runs smooth on both iOS and simulator - but stalls on Android.

I have tried with both network.downloade as well as display.loadeRemoteImage.

I’v also tried to manually downloade the image, rename it and uploade it to my owne server - here I can easylie display it with display.loadeRemoteImage.

2 years ago, in 2013, I could easyli call the image from the above location.

But now that I’m updating the codebase, it suddenly doesn’t work anymore.

I have tested on Android device running 4.2.2 as well as 5.1.1

Best Wishes

/Thomas