Arthur Kater
Arthur Kater

Reputation: 846

MvxDownloadCache while offline

MvxImageView work together with MvxDownloadCache.

When the app is used on a device that's offline (airplane mode, no WiFi, etc.), pictures that have very recently been displayed (and thus cached by MvxDownloadCache) appear empty. I assumed the cached image would be displayed when offline. Or is a connection to the original (remote) file needed first?

Upvotes: 0

Views: 31

Answers (1)

Stefan Wanitzek
Stefan Wanitzek

Reputation: 2124

Ensure that both the JSON and the File-plugin are loaded as well. These plugins are required for the DownloadCache to work correctly.

Upvotes: 1

Related Questions