Closed fireph closed 4 years ago
Images in many entries would not load because they are on different origins. Read more about this setting here: https://developer.android.com/reference/android/webkit/WebSettings#MIXED_CONTENT_COMPATIBILITY_MODE
And there was also an issue that was causing images from cache to not be loadable in the webview. allowFileAccess=true allows local cache images to be loaded in the webview for entries.
I had absolutely no idea theses options exist... Well done!
Images in many entries would not load because they are on different origins. Read more about this setting here: https://developer.android.com/reference/android/webkit/WebSettings#MIXED_CONTENT_COMPATIBILITY_MODE
And there was also an issue that was causing images from cache to not be loadable in the webview. allowFileAccess=true allows local cache images to be loaded in the webview for entries.