Skip to content

关于使用代理加载图片的问题 #240

Description

@lr555

你好,我在使用BigImageViewer加载图片的时候,有些图片需要通过代理下载。
原始图片链接类似https://xxx.png,通过代理加载图片的链接类似于https://img.proxy.com?url=https://xxx.png,
但是使用代理加载图片,进度条无法正常显示。看了一下,应该是GlideImageLoader的getRawKey,对于通过代理加载图片的链接,得到的key都是https://img.proxy.com,导致代码里以为图片缓存了,不显示进度条。
请问有什么方法可以直接解决这个问题吗?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions