NoraH1to / yue

Lightweight web reader, easy to use, clean interface, focused on reading
https://yue.norah1to.com
MIT License
26 stars 6 forks source link

[BUG] Can't turn the page after resizing the window #1

Open NoraH1to opened 1 year ago

NoraH1to commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Open an epub book
  2. Resize window
  3. Try to turn page
  4. Cannot turn pages

Expected behavior Can turn pages after resize

Screenshots resize

Environment (please complete the following information):

NoraH1to commented 1 year ago

After reviewing the epub.js source code, the problem was found, and the details can be found in this pr.

But this doesn't completely fix the problem, there is another bug that causes the problem and I don't have time to fix it at the moment.