Added page remembering so books are continued where they're left off. This solves this issue: #29
It feels kind of hacky (checking for a new page every 100 ms) but I couldn't find any events in the pdf library that would make it easier, and messing with the page variable's setters didn't seem to work (they're not called when scrolling, only using the next/previous page buttons.
Added page remembering so books are continued where they're left off. This solves this issue: #29
It feels kind of hacky (checking for a new page every 100 ms) but I couldn't find any events in the pdf library that would make it easier, and messing with the page variable's setters didn't seem to work (they're not called when scrolling, only using the next/previous page buttons.