Replies: 5 comments
-
Instead of checking if your |
Beta Was this translation helpful? Give feedback.
-
hi @mickael-menu , thanks for your reply. Got it, so there is no need to keep extra parameter like "position" to achieve the goal I mentioned above right? |
Beta Was this translation helpful? Give feedback.
-
No you can and probably should use
|
Beta Was this translation helpful? Give feedback.
-
Actually I've previously saved data in remote server. Those data do not contains "position" parameter. Only "progression" and "totalProgression". It is important to handle the operation for the previously saved data as well. I do not know whether it is possible to calculate position value out of progression and totalProgression parameters manually. I mean parsing epub files and calculating position value based on progression. |
Beta Was this translation helpful? Give feedback.
-
Please provide test app with all functionality , which is working fine or easy to use for beginners, i tried to run exiting app , but it give error when i try to download or open any book from exiting app |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when a user tapped bookmark icon within an epub, I save "progression" and "totalProgression" values of tapped position. And these values were stored on remote server. So user can get these infos in different devices in different screen sizes. (iPhone, iPad) .
Imagine the same user reads the same epub and moves between pages.
I want to display a position of an epub as bookmarked whenever the current page info is matched with the previously saved bookmarked info. Is it possible to achieve that with only previously saved "progression" and "totalProgression" values ?
Thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions