Custom Table of Contents on iPad

  1. 3 years ago

    Hello! I hope you're well.

    I've created a custom table of contents to better navigate my EPUB and it works quite well. The only problem is that on iPad when you tap one of the buttons to go to a different page, it brings up the thumbnails and ebook menu items (as it does when you tap the screen once).

    So then you have to tap again to hide the extras. Is there any way to NOT have them pop up when you tap the screen?

    I have a screen recording but I'm not sure how to attach it here...

    Thanks!
    Dustin

  2. Edited 3 years ago by Dustin R

    Click here to see the screen recording

  3. Angelo S

    22 Feb 2021 Administrator

    Hello Dustin,
    seems to be a (new) Apple Books behavior... It seems that instead it does not show the menu if you click an inline link inside a text box, so you could fix it this way.

    You can add this code to Code → Project → Custom CSS to get rid of the link underline:

    a {
        text-decoration: none;
    }
 

or Sign Up to reply!