Suwayomi / Suwayomi-WebUI

Mozilla Public License 2.0
107 stars 50 forks source link

[Feature Request] Precise scroll positoning #204

Open Pikcee opened 1 year ago

Pikcee commented 1 year ago

What feature should be added to Tachidesk?

The current behavior of Tachidesk is scrolling to the top of the current image in view, please add a more precise scroll positioning on reload.

Why/Project's Benefit/Existing Problem

There are many Webtoons today with a very long images a more precise scrolling on reload would be very much appreciated. (I do like to duplicate tabs while reading when I see something I want to check again or note down later, I keep them until I finish reading until the last chapter and I do that a lot so I've trouble with the current positioning behavior.)

martinek commented 1 year ago

This is probably issue for WebUI, not server. Currently the information stored is index of page.

This would require some changes. Or it could be implmented on client side with meta entry on chapter with some custom info.

(Just to get your opinion on something. Should reader remember your last position or your "most distant" position? As in, if I scroll to page 8 and then back to 4, should it open on 8 after reload or on 4?)

Pikcee commented 1 year ago

This is probably issue for WebUI, not server. Currently the information stored is index of page.

This would require some changes. Or it could be implmented on client side with meta entry on chapter with some custom info.

(Just to get your opinion on something. Should reader remember your last position or your "most distant" position? As in, if I scroll to page 8 and then back to 4, should it open on 8 after reload or on 4?)

it should be your last position naturally, just to be sure we are on the same page, when you duplicate or reload a page the reloaded page should stay in the same position

Should I close this issue and open it in the WebUI repository? Edit: oh never mind XD