-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement [pdffile]_updates.plist in pdf parser #300
Comments
As was a problem with the iOS version, I don't see anywhere that exposes the obj ID. Was it decided to use "IndexAtPage" instead? |
Yes |
Does "p1" refer to page 1? (Which possible is referred to as page 0 when using a zero based array in the code. |
@serverfire Can you answer this question:
|
Yes. Iteration starts at 1 to n. |
@intrications In case you missed it, yes, iteration starts at 1 to n. Thanks @serverfire |
I'm able to download wind_384_updates.plist using the com.developer.wind server. This is meant to be the updates file of Wind 384 Sample, I think. However, I don't understand where the clickable areas are meant to be in the magazine. Does "p1" refer to the cover page on this issue? Clicking anywhere on it doesn't seem to do anything. |
Yes. We checked it before. It was working. |
Last comment has updated. |
Which part of the cover should I click on to get a response? I want to make sure it is working correctly before I try to process the updates file. There is no point trying to remove a link that isn't even working. |
It seems to me that only the paid version of the issue has these links. |
@intrications You may want to use the javascript console to test links. Go to https://admin.librelio.com, enter the credentials given to you by private message, and enter Then select application |
That helps. Is "Edit" a possible action in the plist? I can only create "Add" and "Remove". |
The plist is no longer giving me "IndexAtPage", e.g.:
|
@intrications No, I don't think there is a cc @serverfire |
@libreliodev Thanks for confirming. I'm trying to piece together the information from the various github issues and I saw an Edit action somewhere - can't find it anymore. But I did see that the plist now used Remove + Add to achieve the same. |
This is related to libreliodev/iOS#141
The text was updated successfully, but these errors were encountered: