Quote:
Originally Posted by KevinH
So to summarize:
|
Thanks, finally an explanation of why the nav file appears/disappears and moves around.
Quote:
Originally Posted by KevinH
b) to make the nav not be shown to the user, you have two options:
|
Actually, there is a third option, a hack I used before I knew what "linear" did:
In all the
nav tags, add
hidden=""
e.g. change
<nav epub:type="toc" id="toc"> to
<nav epub:type="toc" id="toc" hidden="">
This will give you a blank page, not no page at all. However, it seems to work on readers that only understand epub2, and display the nav page regardless of the spine setting.