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?
6 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
Thank you, I'll try those
Also Singlefile for Mull is nice.
https://addons.mozilla.org/firefox/collections/17446767/Fenix-Addons/
Vanadium may have breakages only fixed in GrapheneOS
HTTrack has an android version.
That would work
I'll check it out
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.