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
你好,我在使用BigImageViewer加载图片的时候,有些图片需要通过代理下载。 原始图片链接类似https://xxx.png,通过代理加载图片的链接类似于https://img.proxy.com?url=https://xxx.png, 但是使用代理加载图片,进度条无法正常显示。看了一下,应该是GlideImageLoader的getRawKey,对于通过代理加载图片的链接,得到的key都是https://img.proxy.com,导致代码里以为图片缓存了,不显示进度条。 请问有什么方法可以直接解决这个问题吗?
https://xxx.png
https://img.proxy.com?url=https://xxx.png
getRawKey
https://img.proxy.com
The text was updated successfully, but these errors were encountered:
既然你都查到问题了,应该也能想到解决方案了吧,欢迎提交 PR
Sorry, something went wrong.
No branches or pull requests
你好,我在使用BigImageViewer加载图片的时候,有些图片需要通过代理下载。
原始图片链接类似
https://xxx.png
,通过代理加载图片的链接类似于https://img.proxy.com?url=https://xxx.png
,但是使用代理加载图片,进度条无法正常显示。看了一下,应该是GlideImageLoader的
getRawKey
,对于通过代理加载图片的链接,得到的key都是https://img.proxy.com
,导致代码里以为图片缓存了,不显示进度条。请问有什么方法可以直接解决这个问题吗?
The text was updated successfully, but these errors were encountered: