-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(image-loader): use tempDirectory on iOS (#39)
* fix(image-loader): use tempDirectory on iOS The tempDirectory can be accessed from the WKWebView as well; no need for base64! * Revert "fix(image-loader): use tempDirectory on iOS" This reverts commit bea5839. * Specify the imageReturnType (base64/uri) If 'uri' is used the files will be copied to the temporary directory if the WKWebView engine is used. Files in this directory are not persistent, but accessible from within the WebView. If the files do not exist any longer they will automatically be copied again!
- Loading branch information
Showing
3 changed files
with
113 additions
and
26 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
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
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