While setting up miniflutt, i noticed that images within \<picture> tags weren't rendering. I checked, and it seems that flutter_html doesn't support \<picture> tags, and that there didn't seem to be any extensions for it either, so you would probably have to write your own.
However i am not too familiar with android development, so i would like to see if there is any way this could be implemented, since miniflux supports them.
For refrence, this is one of the articles that wasn't working (all articles from howtogeek): https://www.howtogeek.com/wikipedia-dark-mode/
and this is the rss feed i used: https://www.howtogeek.com/feed/
with the scraper rules set to: div.heading_image > figure > picture, div.content-block-regular
with fetch original content on.
Many thanks!
While setting up miniflutt, i noticed that images within \<picture> tags weren't rendering. I checked, and it seems that flutter_html doesn't support \<picture> tags, and that there didn't seem to be any extensions for it either, so you would probably have to write your own. However i am not too familiar with android development, so i would like to see if there is any way this could be implemented, since miniflux supports them. For refrence, this is one of the articles that wasn't working (all articles from howtogeek):
https://www.howtogeek.com/wikipedia-dark-mode/ and this is the rss feed i used: https://www.howtogeek.com/feed/ with the scraper rules set to:
div.heading_image > figure > picture, div.content-block-regular
with fetch original content on. Many thanks!