Quote:
Originally Posted by ibu
Must the nav.xhtml be an entry in the spine or not?
|
AFAIK, the NAV doc needs to be referenced in the spine.
Quote:
Originally Posted by ibu
I regard the case, where the user wants to see the TOC only, when he uses the "show TOC" function in his device. He doesn't want to see it as part of the normal content of the book.
|
You disable access to spine items via the page forward/back buttons with the
linear="no" attribute. (Most epub3 apps will honor this attribute, but epub2 apps will usually ignore it.)
Code:
<itemref idref="nav" linear="no"/>