android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Sync page position

Open gerroon opened this issue 9 years ago • 6 comments
trafficstars

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

gerroon avatar May 24 '16 04:05 gerroon

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?

Strubbl avatar May 24 '16 17:05 Strubbl

@Strubbl

Maybe floating point based page position percentage might work?

gerroon avatar May 24 '16 18:05 gerroon

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.

di72nn avatar May 24 '16 19:05 di72nn

Related to https://github.com/wallabag/wallabag/issues/2643.

ghost avatar Dec 07 '16 11:12 ghost

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?)

azrdev avatar Oct 18 '19 09:10 azrdev

"Full sync" is inherently destructive for data that is not synchronized. So synchronizing the reading position will make the "full sync" problem nonexistent. I don't think it's worth fixing it on its own since it's extra work and "full sync" is kind of a "last resort" function for when "fast sync" with "article sweeping" is not enough. Anyway, if you really want to get it fixed for some reason, a separate issue is due.

di72nn avatar Oct 18 '19 11:10 di72nn