tachiyomiorg / tachiyomi

Free and open source manga reader for Android.

Home Page:https://tachiyomi.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webtoon viewer issues

Bloodwork opened this issue · comments

I know that this is still an experimental feature but I consume a rather sizeable amount of webtoons so I'd like to see this feature improved.

The viewer itself is fine for the most part besides these issues:

  • 1. Reading in webtoon viewer doesn't correctly update chapter progress
  • 2. Can't switch chapters by swiping
  • 3. Frequently pages are loaded a bit late
  • 4. Huge spaces between pages cutting heads and speech bubbles in half (pages should be stiched together)
  • 5. The reader always return to the very first page rather than the page that it was on prior to being closed
  • 6. After rotating from portrait to landscape the chapter goes back to page 1 (changing orientation resets current page)
  1. Always scroll to the very bottom, the last image must be at least partially visible.
  2. For now, open the menu and change the chapter.
  3. That's an issue of the image library. I think you will have to deal with that for a long time.
  4. They are supposed to be together. What's the height of those images?

The gap doesn't happen on 0.1.2 with the Skia decoder.

The gaps are still there for me no matter which decoder is selected. I'm also using 0.1.2

screenshot_2016-02-11-21-48-18

r378, the same images of the same manga, Rapid and Skia both look ok

It looks like it's a device related issue.

Anyways, the webtoon reader is using a RecyclerView and I don't know a better alternative that does not require you to write a custom View from scratch. Any help here would be appreciated.

Yea, it's device specific. No gaps on my phone.

If it helps anything - the gaps are on my Lenovo Tab S8-50 tablet (Android 5.0.1 with 1200 x 1920px screen resolution).

Another observation - viewing the same webtoon in landscape mode makes the gaps even bigger. Something around 1000px between pages.

I made some changes. I need fix confirmation for points 3 and 4.

Both point 3 and 4 are fixed in the latest dev build. Gaps are gone and images are loaded in time. Incredible work, inorichi! Thank you.

It's far from perfect, but f19889c "should" avoid crashes

Added point 6 from #93

Nothing I can do for the first point. As said before, make sure you are seeing the last page before closing/switching chapter

Point 2 is not needed anymore with the seamless feature.

Closing old issues, create a new one if something is wrong. Point 5 probably won't be supported.