-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Feature Request] add PWA features #319
Comments
I realize this is a lot of features, but since they are all related in concept, I thought it might be a good thread for discussing this overall direction. If requested, I can split these up into separate issues. |
I think this issue is linked to #161 |
@taos15 Yeah, it's definitely related in #161's request to make the website installable. This would be handled by the first bullet point:
Worth noting that this request is more comprehensive with additional requests relating to common PWA features & their corresponding browser APIs. |
Hey, agree that making this an installable app will be very usefull, since you'll be able to use it easier on a phone. I had experience creating installable apps, but with Next-PWA, although, I understand the process and the standarts involved. I can submit a PR with, first of all, making this installable with logo assets |
feel free to look into it, prs are always welcome I'd say for the first step - making it installable - the mentioned ticket (#161) should be used. |
PR 737 adds PWA support (add to home in apple). You can only read/access manga offline that you opened before going offline (like you can re-read chapters, but only the pages that you had read). It does not add the more advance features requested in this issue. |
@taos15 It still looks good as first steps, thanks for that! |
Looks good, @taos15 ! Thanks for working on this! |
What feature should be added to Tachidesk?
Why/Project's Benefit/Existing Problem
Tachidesk's Web UI is great because it allows us to connect to our self-hosted centralized server on multiple devices with pretty much any platform. Most notably, on mobile iOS devices, which of course do not support Tachiyomi.
To get the full mobile app experience, it would be great if this web app had modern PWA features. Most notably, running offline without a reliable (or any) network connection. By leveraging service workers and other modern web technologies, we could experience an "offline" mode that has access to cached data and potentially a chosen set of downloaded chapters that have been saved onto the local device (not just the tachidesk server).
The text was updated successfully, but these errors were encountered: