-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache): Images not saved to cache (#171)
* fix(wkwebview): Images not loading in Ionic WKWebView * fix(livereload): Images not loading When running in an emulator or in a device with the flag --livereload images were not showing. * lint(livereload): Updated for ihadeed comments * fix(livereload): Using reject instead of resolve Reject caused an error and did not return the URL. Fixed this resolving and returning the image URL back to the promise. * fix(cache): Images not saved to cache If you didn't set a maxCacheSize, images won't be stored in the cache and will not load in your component. Changed shouldIndex property based in @felixbroehl modifications. * fix(cache): Removed unused check cache space func
- Loading branch information
1 parent
2022b9c
commit 07eb2e7
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters