-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unnecessary page reloads/no cache #360
Comments
what device are you using? And, I think it's common to ask users reload the page if the network was gone, and back to normal. If you really want to read a text heavy page, suggest saving it to epub in einkbro, and read it by reader apps you like. |
Boox Page. |
there's no specific cache mechanism in EinkBro. If you don't close the app , and system is not killing EinkBro, the loading content would be there. |
My workaround for that is to save long reads to epubs always. I also noticed that einkbro does not restore the scrolling position when it gets killed by the OS. Other browsers handle this better (but still not great). Vivaldi is an Android browser that also handles the offline case (but has imperfect handling of scrolling positions ...), and will tell you that you're looking at an offline version of the (cached) page. einkbro's epub support however is also not ideal, as it will reload the page into reader mode before saving, instead of "simply" passing the current DOM over to reader mode, so it fails to handle dynamically loading pages properly. |
@uqs |
I've had it killed even when I have not switched away from einkbro. At the least, storing the position on the page would be nice |
strange. usually it won't kill app in the foreground. |
Chrome will happily remember my position even if I haven't touched that tab in weeks, and have opened hundreds of other tabs in the meantime. I right now resumed reading a chapter on my phone, that's what made me remember to check in on the github issue. If it helps I also suspect eink bro is unnecessarily refreshing background tabs, (judging by the page titles changing) |
Daniel i noticed same issue. Reload on network loss is fine (cause network loss happens seldom, so it's not big deal). Is there anything that can be done about this? |
Yes, four suggestions:
1, 2 and 3 can be easily done with money and some habbit change. |
This browser does not properly cache in memory or on disk the current page.
This manifests by it attempting to reload the page, and is noticeable by
I especially noticed this if I'll leave my ebook reader alone for a little while, especially if I'm reading a large text heavy page such as a chapter from The wandering inn.
This is even true if I haven't switched away from einkbro.
I can understand this behavior more on mainstream browsers, but less on a browser that's targeted at eink and reading.
The text was updated successfully, but these errors were encountered: