Is it possible to pre cache the fetching text step on Android

In Android I have download stories and download images when on WiFi. But when I go to the article I often get fetching text. Is it possible to get it fetching of the text done while I am on WiFi? Thanks

2 Likes

If the default mode for a given feed is set to Text, it will, in fact, pre-cache it for new unread stories!  The current Beta also fixes loading of the pre-fetched Text views to be much snappier.onbeforeunload = function() {};onunload = function() {};