gsioteam / kinoko

An online manga browser.
MIT License
260 stars 13 forks source link

VerticalFlip could not next if last page with small height #12

Closed winterdl closed 3 years ago

winterdl commented 3 years ago

https://i.imgur.com/7s4filb.mp4

the last page: a girl with background is page 16 th, but the app only count 15/16, and I could not tap to next or slide up to next chapter, it will always return and stop at page 15/16

souce ninemanga, one piece, chapter 1022

winterdl commented 3 years ago

I think the issue could related with github.com/flutter/flutter/ issues/17649, the overdrag not fired when running on ios.

winterdl commented 3 years ago

add physics: ClampingScrollPhysics(), to scrollList for ios build solve the problem