Quote:
Originally Posted by jonesnc
Is anyone having issues with footnotes not popping up in the latest Bookari Premium? It's just showing a "Please wait..." popup, then it goes back to the book without showing the footnote. I looked at the epub's contents in calibre, and it's using something like this for the footnote link:
Code:
<a href="#footnote3" epub:type="noteref"><sup>[3]</sup></a>
and something like this for the actual footnote:
Code:
<aside id="footnote3" epub:type="footnote">
<p>footnote here</p>
</aside>
|
I don't think "aside" is a valid tag. My guess is that Bookari is ignoring the contents of the "aside" tag, so isn't finding the id corresponding to the href.
For what it's worth, I just updated to the latest version and footnotes work in the book I'm currently reading.