epub.js icon indicating copy to clipboard operation
epub.js copied to clipboard

Click on Specific Toc item doesn't render actual chapter in scrolled continuous setting

Open RatulSikder97 opened this issue 3 years ago • 0 comments

When I click any TOC item it doesn't render the actual chapter. Here is my setting

{
      manager: 'continuous',
      flow: 'scrolled',
      width: '100%',
      height: '100%',
 }

Clicking on toc item I have implemented the following in function:

rendition.display(navItem.href);

What do I have to do to fix it?

RatulSikder97 avatar Nov 24 '21 05:11 RatulSikder97