jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
239 stars 68 forks source link

StreamImageSource not working on UWP #6

Closed sschutten closed 8 years ago

sschutten commented 8 years ago

Version Number of Plugin: 1.4.1 Device Tested On: Surface Pro 3, Lumia 930

When using a stream as an image source (byte array for example) it remains blank on UWP, where it does work on Android and iOS. This seems to be fixed in the code on GitHub as it works as expected when I build the plugin from code. I can see in the code it uses the WindowsPhoneRT renderer, which now includes a StreamImageSource handler. Could it be this fix hasn't been released yet?

jamesmontemagno commented 8 years ago

Uploaded new NuGet :)

sschutten commented 8 years ago

I can confirm this works as expected now. You rock!