Skip to content

Commit

Permalink
bugfix/image-not-found — On Android, there was a bug with a particula…
Browse files Browse the repository at this point in the history
…r image when cached with imgcache.
  • Loading branch information
jeandat committed Feb 14, 2016
1 parent 82b0f9f commit c40cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
ImgCacheProvider.setOptions({
debug: true,
chromeQuota: 50 * 1024 * 1024,
skipURIencoding: true,
skipURIencoding: false,
usePersistentCache: false
});
ImgCacheProvider.manualInit = true;
Expand Down

0 comments on commit c40cdc4

Please sign in to comment.