Replies: 2 comments 2 replies
-
Take a look at this user guide: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, my code for save the position of book is correct ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello People,
I use this lib to view a book in format .epub in my app:
implementation("org.readium.kotlin-toolkit:readium-shared:2.4.0")
implementation("org.readium.kotlin-toolkit:readium-streamer:2.4.0")
implementation("org.readium.kotlin-toolkit:readium-navigator:2.4.0")
implementation("org.readium.kotlin-toolkit:readium-opds:2.4.0")
implementation("org.readium.kotlin-toolkit:readium-lcp:2.4.0")
I am save a current position in Preference.
It's ok. I verify this. Now close the app, for example.
When i open the book i want open the book in position saved in preference.
I try this, but open the book in initial position:
What i do to open the book in position saved before ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions