Skip to content

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

Closed
tin29 opened this issue Oct 22, 2020 · 4 comments
Closed

Footnotes behavior difference between iOs and Android #147

tin29 opened this issue Oct 22, 2020 · 4 comments

Comments

@tin29
Copy link

tin29 commented Oct 22, 2020

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

@mickael-menu
Copy link
Member

Note to self, @nidhinprathap mentioned a possible fix for [1] here: #166.

@tin29
Copy link
Author

tin29 commented Oct 23, 2020

Thanks. Since this is related to iOS also, should I create an issue in r2-navigator-swift?

@mickael-menu
Copy link
Member

That would be helpful, thanks again for reporting this issue.

@mickael-menu mickael-menu transferred this issue from readium/r2-navigator-kotlin Jul 29, 2022
@qnga
Copy link
Member

qnga commented Jan 17, 2024

I suspect that <a href="../Text/Section0001.xhtml#back_link_3" epub:type="noteref">back</a> should not be marked as noteref in your test book.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants