Is this the reason?
Quote:
If you create an AZW3 file with a metadata ToC and no end-of-file generated ToC, some features on the Kindle will not work, such as the Page Flip feature.
|
I use AZW3 files only.
The Page Flip features works if (and only if?) this line is added in metadata.opf:
Code:
<reference type="text" href="text/part0000.html#debut" title="start"/>
and in part0000.html:
Code:
<p class="author" id="debut">The Author</p>
No need of a generated ToC.
At least, it works like this for me during the last 5 years.
So, how can I disable the auto-generated ToC, please?
I haven't had to do this in months. If I remember correctly, before there was nothing to do to not have a ToC at the end of the book.
It seems like something has changed. Am I wrong?