You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments