View Single Post
Old 03-05-2022, 08:49 PM   #3
Pyjam
Zealot
Pyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead communityPyjam has become a pillar of the MobileRead community
 
Posts: 143
Karma: 15920
Join Date: Aug 2015
Device: Kindle Voyage
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?

Last edited by Pyjam; 03-05-2022 at 09:00 PM.
Pyjam is offline   Reply With Quote