We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @jonathanpeppers . Excellent work, as always... I have a problem with FFImageLoading and Android devices
luberda-molinet/FFImageLoading#1496
https://forums.xamarin.com/discussion/185515/ffimageloading-cacheimage-and-proxy
Do "glidex" have the possibility to download images through a proxy?
Alessandro
The text was updated successfully, but these errors were encountered:
glidex just uses the binding for Glide and sets it up to be called from Xamarin.Forms.
So the question is if you can use a proxy with Glide. There is an example here:
https://stackoverflow.com/a/54597523
So you should be able to have a custom IGlideHandler and setup the proxy, I think? Here is an example of using IGlideHandler:
IGlideHandler
https://github.com/jonathanpeppers/glidex/blob/master/glidex.forms.sample/RandomAlphaHandler.cs
Sorry, something went wrong.
No branches or pull requests
Hi @jonathanpeppers . Excellent work, as always...
I have a problem with FFImageLoading and Android devices
luberda-molinet/FFImageLoading#1496
https://forums.xamarin.com/discussion/185515/ffimageloading-cacheimage-and-proxy
Do "glidex" have the possibility to download images through a proxy?
Alessandro
The text was updated successfully, but these errors were encountered: