Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): always use getCachedImagePath to get image path (#25)
When image is downloaded, it's path should be retreived depending on - is it WKWebView or not. What is done in getCachedImagePath. But in processQueue method you only return plain path 'file://...', which is not working in WKWebView. This will be fixed with this commit
- Loading branch information