So I am not sure if this is a bug, but I am having an issue with the reader jumping to the end of the chapter. It's happening in two instances.
-
Chapter selection - I am using the onReady function to return me the book, I am then finding all the toc objects and creating a chapter menu drawer. When I select a chapter it updates the location using the chapter href (i.e chapter_008.xhtml) and it navigates to the chapter for a split second and then jumps to the last page of the chapter (chapter 8 in this example).
-
Scrolling to the first page of a chapter - Same set up as above. For example, if I select chapter 8 from the menu, it navigates to chapter 8, then quickly jumps to the last page of that chapter. Then if I scroll forward to chapter 9, once the swipe is complete it then jumps to the last page of chapter 9.
Anyone else coming across this issue?