-
Notifications
You must be signed in to change notification settings - Fork 186
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
Save and track reading progress #726
Comments
The functionality you are describing is currently not implemented, but you can of course replace the LocalStorage code with an alternative method. There is currently no "extensibility" API to introduce such feature, so you would have to modify the existing code. From the top of my head, I would suggest looking into the readium-js-viewer/src/js/EpubReader.js Lines 758 to 791 in a9f48eb
...more specifically readium-js-viewer/src/js/EpubReader.js Lines 760 to 763 in a9f48eb
readium-js-viewer/src/js/storage/Settings.js Lines 23 to 36 in 4ab8dab
I hope this helps. |
Hello, I would like to know if there is a way to save and track the reading progress, without saving this information in local storage/ browser. For example, if the users use the reading channel in different devices, they should be able to start on the same page they stop the reading.
The text was updated successfully, but these errors were encountered: