Skip to content
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

ability for offline usage #99

Open
centralhardware opened this issue Jul 10, 2021 · 1 comment
Open

ability for offline usage #99

centralhardware opened this issue Jul 10, 2021 · 1 comment
Labels
feature Project features

Comments

@centralhardware
Copy link
Contributor

Is your feature request related to a problem? Please describe.

use habra without internet connection

Describe the solution you'd like

  • ability for save articles for offline reading
  • setting that will automatically save all articles loaded in the menu for offline reading
@centralhardware centralhardware added the feature Project features label Jul 10, 2021
@jarvis394
Copy link
Owner

use habra without internet connection

Can't you already do that? Check if Service worker is installed in the page (F12 -> Application -> Service Workers). The SW caches online requests, so every article you've loaded in a near past will be available offline.

setting that will automatically save all articles loaded in the menu for offline reading

This is possible to do, although, it would be very intensive on network and app can freeze for some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Project features
Projects
None yet
Development

No branches or pull requests

2 participants