readium-js-viewer
readium-js-viewer copied to clipboard
[QUESTION] How to jump to the right position when a <P> tag displays in two pages.
I have found a method called openSpineItemElementCfi(idref, cfi), I can use it jump to the "start point of a certain
" if when I pass cfi parameter in such style "/4/36"
However, if the content of
is too long and divided into two pages (the first part is visible in the screen, but the second part is hidden), how can I jump to the specific position on the second part using openSpineItemElementCfi(idref, cfi)?
DEMO PIC

I have tried to pass CFI like "/4/36:234", it didn't work. Please help.
Thanks.
@JCCR any idea?