myManga icon indicating copy to clipboard operation
myManga copied to clipboard

Implement a scrollable chapter view

Open OpenNingia opened this issue 7 years ago • 2 comments

Since you're probably going to scroll down to see the whole chapter page ( at least using 1080p resolutions ) I suggest to replace the Next/Previous page mechanism with an infinite scrolling page.

This is also what most web manga readers do ( e.g. All Mangas Reader )

OpenNingia avatar Sep 19 '16 08:09 OpenNingia

I managed to develop a proof of concept implementation here: https://github.com/OpenNingia/myManga/tree/unlimited_scroll

I'm not a WPF guru so it's a bit hacky, however it works fine.

OpenNingia avatar Sep 19 '16 14:09 OpenNingia

This is really cool! I think it would be cooler if the option to switch between the two mode was available similar to the home view.

I'm not at one of my dev boxes at the moment, but just looking through the code I would recommend referencing, if possible, from where you borrowed the DataVirtualization namespace.

I also need to finish up the re-iconing (made up word, woot woot) the app, issue #44.

Also congrats on being the first to add something. :+1: :sunglasses:

jrjparks avatar Sep 19 '16 16:09 jrjparks