joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

internal links not working #267

Open pravid opened 7 years ago

pravid commented 7 years ago

I have added monocle in my project. There are internal links in my toc html page something like this, <a href="ch04.html"><sen name="8" class="h h8">4.</sen><sen name="9" class="h h9">Chapter1</sen></a> Clicking on link take reader to respective page properly, but when I navigate with prev/next buttons, it jumps to prev/next pages of my toc page instead of prev/next page of the 'Chapter1'. Also the scrubber does not update in this case.

Adding stencil control does not work with links.

Is there any function written to handle hyperlinks in page?