FredJul / Flym

Flym News Reader is a light Android feed reader (RSS/Atom)
Other
955 stars 405 forks source link

Fix image loading on different origins and from cache #661

Closed fireph closed 3 years ago

fireph commented 3 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.

FredJul commented 3 years ago

I had absolutely no idea theses options exist... Well done!