OptimiliaStudios / AquileReader

This repository is for tracking the feedbacks for Aquile Reader app
36 stars 4 forks source link

Total number of pages #67

Closed AlagaiKa closed 2 years ago

AlagaiKa commented 2 years ago

Is it possible to show the total number of pages in the book? I can only see the chapter pages, but I don't really need that feature. Thank you!

OptimiliaStudios commented 2 years ago

Duplicate of #47

OptimiliaStudios commented 2 years ago

Posting the original response

Right now I render only one chapter at a time, and the page count changes based on the size of the app window. To know the total page count of the book means either I'll have to load all the chapters (which will make the book load slow) or I'll have to come up with some guess estimate page count which might change when the chapter actually loads, and I don't think it will be a good experience seeing total page count change. Let me know what you think.

I'll see if there is some other way to do it which is more deterministic, but cannot commit on this feature.