View Single Post
Old 10-09-2020, 08:05 AM   #29
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by KevinH View Post
So to summarize:
Thanks, finally an explanation of why the nav file appears/disappears and moves around.

Quote:
Originally Posted by KevinH View Post
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.
AlanHK is offline   Reply With Quote