Get Total book page count, read time per page & number of pages read on android #52
Replies: 2 comments 8 replies
-
I assume you meant LCP?
Yes, that's the correct one as an integrator, if you don't want to modify the sources of Readium. If you want to use Readium with Git submodules instead, to have access to the sources, you can try
We don't have the concept of "screen pages" in Readium (or in EPUB for that matter), so this info is not available. However we have The pros of positions compared to page numbers is that they don't change with screen ratio or user settings, and so can be used to share the same positions across devices. See
This will be something to handle by your app. You could monitor changes of
This is handled by saving the
|
Beta Was this translation helpful? Give feedback.
-
Hi @mickael-menu, I have the same questions and i still don't understand how to get some infos, or maybe it is not available.
But:
Can you help me? |
Beta Was this translation helpful? Give feedback.
-
Greetings I would like to inquire about the use of Readium as an EPUB reader with LCM.
First of all I'm kind of lost to which Repo i should be using, I've been using "int/testapp-with-lcp" so please correct me If I'm using the wrong version.
I am working on a demo to see if we can integrate our app with Readium and reach this state with these features:
I can't find a way to interact with the navigator and the streamer as they are used as libraries without access to source code. so as a workaround i downloaded and imported their code locally.
Am I missing something as in an interface for the onTap, onSwipe (left and right) and onPageChanged that I can implement to handle these actions?
Sorry that the post is long and a bit unorganized.
Beta Was this translation helpful? Give feedback.
All reactions