-
Notifications
You must be signed in to change notification settings - Fork 258
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
Sync page position #265
Comments
Sounds like a nice feature. But is it easy to compare the scrolling position of the displayed text on a e.g. a smartphone to a notebook display? |
Maybe floating point based page position percentage might work? |
Basic floating point values do not even give accurate results when screen orientation changes in Android app (because of text and images reflow). But these are still not bad results. |
Related to wallabag/wallabag#2643. |
As a first step, it would be nice if reading progress is saved in a way so it's not overwritten if I do a "full sync" (or should I rather file this as a separate bug?) |
"Full sync" is inherently destructive for data that is not synchronized. So synchronizing the reading position will make the "full sync" problem nonexistent. |
Hi
I am not sure if this issue possible but it would be neat if we could sync the current reading location of an article across devices.
thanks
The text was updated successfully, but these errors were encountered: