epub.js
epub.js copied to clipboard
Click on Specific Toc item doesn't render actual chapter in scrolled continuous setting
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?