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

add progress bar to the bottom of the screen when reading article

Open silberzwiebel opened this issue 7 years ago • 6 comments

something like KOReader does (look at the bottom of the screenshot, the app also allows for different information to be displayed, e.g., estimated remaining reading time):

KOReader screenshot

silberzwiebel avatar Jan 29 '18 09:01 silberzwiebel

This is already implemented in the web version. Can we have this in the android app?

totalizator avatar Mar 16 '19 22:03 totalizator

Just to ask before implementing this: Doesn't the scrollbar on the right already fulfill this task? You can see by the position of the scrollbar really fast how much you've still to read.

NWuensche avatar Aug 14 '19 13:08 NWuensche

The way I see this is that these always-on-screen progress bars may be especially useful for e-ink readers (and maybe some other cases when page turning is preferred over scrolling). The scrollbar on the right is only visible for a short time after scrolling.

I would say this feature is ok as an optional feature, if it doesn't require layout hacks.

di72nn avatar Aug 15 '19 11:08 di72nn

The scrollbar on the right is only visible for a short time after scrolling.

Absolutely true. Even if I pay attention to the scrollbar while "turning pages", it sometimes is not visible on an e-ink display.

silberzwiebel avatar Aug 15 '19 13:08 silberzwiebel

You can see by the position of the scrollbar really fast how much you've still to read.

You could say the same for the web version and somehow there is the progress bar on top :).

Another (irrational?) aspect of this is that having a progress bar visible all the time provides me some kind of comfort when reading.

totalizator avatar Aug 15 '19 22:08 totalizator

I also like the idea, if we can get such a progress bar embedded nicely into the design and without crazy hacks to the code.

Strubbl avatar Aug 23 '19 19:08 Strubbl