I have an image control that I create in code in my XF app (Android target, at present). I use ImageSource.FromUri() to set the source to an online image, but it won't load because the server requires a User-Agent to be set. Is there a relatively easy way to override the default functionality or do I need to do completely custom loads? Thanks!
↧