-
Notifications
You must be signed in to change notification settings - Fork 97
Footnotes behavior difference between iOs and Android #147
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
Comments
Note to self, @nidhinprathap mentioned a possible fix for [1] here: #166. |
Thanks. Since this is related to iOS also, should I create an issue in r2-navigator-swift? |
That would be helpful, thanks again for reporting this issue. |
I suspect that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Footnotes could be opened in a popup window, and this is very useful. But unfortunately, I did not find a way to make it work on iOs and Android in the same epub.
I prepared a test epub and tried to keep it as small and simple as possible. There are three types of footnote references in it.
[1] - anchor reference
href="#link_1"
to the same chapter footnote. Opens popup on iOs but on Android it just jumps to footnote.[2] - full reference
href="../Text/Section0001.xhtml#link_2"
to the same chapter footnote. Jumps to a footnote on iOs. On Android, it jumps to footnote and opens popup at the same time.[3] - full reference
href="../Text/Section0002.xhtml#link_3"
to the different chapter footnote. Jumps to a footnote on iOs. Opens popup on Android.test_book.epub.zip
The text was updated successfully, but these errors were encountered: