FOSS Android apps that can view webpages offline?

Firefox doesn't seem to do support it currently. Chrome and Brave do come up as options

I'm using a documentation framework that supports offline builds. It works well across browsers on desktop, but it's not great on mobile.

Any recommendations?

21 points · 6 comments · view on lemmy.world

6 Comments

Pantherina@feddit.de · 3 pts · 2y (2 replies)

Common Chromium variants are Vanadium or Cromite. But those are huge.

https://gitlab.com/oF2pks/jelly

This is a fork of Jelly from LineageOS with supposed offline viewing capabilities, storing websites in its local data storage

cynber@lemmy.ca · 1 pts · 2y (1 reply)

Thank you, I'll try those

Pantherina@feddit.de · 1 pts · 2y

Also Singlefile for Mull is nice.

https://addons.mozilla.org/firefox/collections/17446767/Fenix-Addons/

Vanadium may have breakages only fixed in GrapheneOS

Dragon_dick_99@lemmy.world · 2 pts · 2y (2 replies)

HTTrack has an android version.

cynber@lemmy.ca · 1 pts · 2y

That would work

I'll check it out

leanleft@lemmy.ml · 1 pts · 2y

maybe wget in termux (unless theres javascript!).
https://www.man7.org/linux/man-pages/man1/wget.1.html

-k -p are some important flags. also polite --wait.